Tip for those publishing with v64 or later

Monkey Targets Forums/Android/Tip for those publishing with v64 or later

Nobuyuki(Posted 2012) [#1]
The default manifest has changed! Now, full internet access has been added and is required if you're going to use Mojo's new load-over-http features. However, most apps haven't utilized this yet, and you might find yourself in a pickle if your app is updated and you accidentally left this new permission in!

I made this mistake when publishing my first app today, and had to scramble to put out an update that removed that permission. Note that the AndroidManifest.xml located in your build folder is overwritten on EACH build, so you can't iterate the version number or remove the permission from there. Instead, you should edit the appropriate lines in the AndroidManifest.xml file located in the build folder's /templates/ subfolder.

Hopefully, this will help people from making the same mistake I did :)