Unable to modify manifest successfully

Hi,

I am trying to remove the requirement for network access in my app, and I was following instructions from here which another thread recommended, and replies indicated success with it.
Unfortunately I’m unable to get the settings to stick.
I’ve created my modified Manifest file in the Plugins/Android directory, and deleted the old on under staging, but when I build again and test the application on my device, I receive the same warning that my application requires Full Network Access.
I’m installing on an RCA 7" Tablet with Android v4.2(jellybean), and I’m building with Unity 3.5.7.

Any help is greatly appreciated!

bumpity bump!

@artician, if you have any calls to WWW anywhere in your project unity will see that and automatically add network permissions at the build time. That call doesn’t needs to be actually used, simply it’s existence will be enough. It doesn’t needs to be your own code, any of the imported assets might have trigger that.