Disable INTERNET permissions?

My app isn’t using any network API, and I don’t want users to think I am. Is there a way to disable this in the permissions so that my app doesn’t say that it’s requesting internet usage?

THanks [import]uid: 4596 topic_id: 10438 reply_id: 310438[/import]

Check that out, currently that’s the only way…

http://www.base2solutions.com/walkabout/Corona%20Tips.html#7 [import]uid: 10478 topic_id: 10438 reply_id: 38051[/import]

On OSX if I rename the .apk extension to .zip, and unzip, I can see the AndroidManifest.xml and see that it has INTERNET permissions enabled. But my attempts to edit the file, and reconvert the folder to a valid .apk fail. [import]uid: 4596 topic_id: 10438 reply_id: 38108[/import]