A simple editor for changing your encoded AndroidManifest.xml.
Reference: https://code.google.com/archive/p/android4me/
- Read encoded AndroidManifest.xml file to chunk array.
- Change contents in chunk array directly.
- Rebuild encoded AndroidManifest.xml.
The project only can change text data which is a direct word in the AndroidManifest.xml. It does not work even through the text is a String data in Android Resources. But it's an easy work to develop Classes extends the Base.