ManifestEditor icon indicating copy to clipboard operation
ManifestEditor copied to clipboard

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

Results 8 ManifestEditor issues
Sort by recently updated
recently updated
newest added

比如包名是com.aaa,改为com.bbb. 那么自定义权限一般叫com.aaa.permission.XXXXX,这时候应该改为com.bbb.permission.XXXXX. 同时Mainifest.xml里面readPermission,writePermission,permission也需要改。

有需求是对IntentFilter进行删减的,比如我要删除下面的category或者action节点: ``` ``` 作者能给点修改建议吗,大致在哪里做修改?

addApplicationAttribute(new AttributeItem(NodeValue.Application.LABEL, appName) //String 类型appName会报错,int类型才能通过

有的api只有高版本的target sdk才能用,如AudioPlaybackCapture。希望能增加这个功能,谢谢

有时候需要使用Android Studio Profiler调试应用,但是在Memory Profiler这块很慢,听说在AndroidManifest里面加,比简单的将debuggable改为true性能要更好,可否增加一个命令行,实现这个功能? https://developer.android.com/studio/profile

After using this program with an apk, the newly created apk will be corrupted and moving to an Android device and trying to install it will produce the "There was...

05-05 15:27:12.182 17258 17258 E AndroidRuntime: java.lang.RuntimeException: Unable to start activity ComponentInfo{com.quok.screwJamaa/com.rollic.elephantsdk.ElephantActivity}: android.content.res.Resources$NotFoundException: String resource ID #0x0