I want to set allowBackup of manifest.xml to false.
What should I do?
I don’t think this is the best answer you may get, but I think you can directly edit the manifest in the app bundle.
Thank you. What is the way to directly edit manifest?
- Change the name of your app (
myApp.aab
) tomyApp.zip
- Then unzip it
- Look for the Android manifest and change whatever you want
- Zip it again, and change change the compressed file name to
myApp.aab
again.
That’s it
1 Like
I solved it with apktool and apksigner. Thank you.
1 Like