WindySha / ManifestEditor

This is a tool used to modify Android Manifest binary file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

我想修改成支持对某些节点进行删减。

liangxiwei opened this issue · comments

有需求是对IntentFilter进行删减的,比如我要删除下面的category或者action节点:

<intent-filter>
                <action android:name="android.intent.action.MAIN" />
                <category android:name="android.intent.category.LAUNCHER" />
</intent-filter>

作者能给点修改建议吗,大致在哪里做修改?

太trick了,尤其是permission的添加。。。。看绕了