nmmp icon indicating copy to clipboard operation
nmmp copied to clipboard

Edit Manifest in AAB

Open timscriptov opened this issue 1 year ago • 4 comments

Hi, how edit Manifest?

  1. Patched manifest in AAB
  2. AAB to APK

AndroidManifest.xml broken

image

timscriptov avatar Jun 21 '24 11:06 timscriptov

The AndroidManifest.xml in .aab is a proto file, not an axml file. It is defined using .proto file. You can see the editAndroidManifest method in ProtoUtils.

maoabc avatar Jun 21 '24 12:06 maoabc

I'll use your example

timscriptov avatar Jun 21 '24 12:06 timscriptov

Try using setAttribute(attrIdx, newAttr),maybe the attribute index cannot be changed。

maoabc avatar Jun 21 '24 12:06 maoabc

image

Very strange. Patched successfully, but new unknown data was added

timscriptov avatar Jun 21 '24 14:06 timscriptov