How to remove Internet Permission on Android

Anyone know how to remove Internet Permission on an Android build? I do not have it in the build settings. I am assuming it is something Corona put in because it used to not do this unless you included it in the build settings.

I tried just a basic one line program that shows an image and Internet Permissions were on when I went to install it.

Thanks [import]uid: 8533 topic_id: 10294 reply_id: 310294[/import]

A little hardcore but works. Also it’ll reduce your apk size and allow you to remove ‘vibrate’ and and some screen size definitions to allow more devices.

http://www.base2solutions.com/walkabout/Corona%20Tips.html [import]uid: 8872 topic_id: 10294 reply_id: 37655[/import]

Thanks so much for the reply. I will check that out. I do all my development in Mac so it looks like I would have to get things up and running in Windows to do that.

Why does Corona add that anyway? Why would it not be up to us as to what permissions are added? I understand we can add things through the build file, but why would something be forced into it? Amazon flat out rejects it for having that permission and you are not using it.

Thanks Again [import]uid: 8533 topic_id: 10294 reply_id: 37667[/import]

I think it includes some libraries as default as they are integrated into other functionality. And to simplify things it auto ads those permisions. It would be good to have a section to put permisions you want to remove - if they exist in the manifest. [import]uid: 8872 topic_id: 10294 reply_id: 37689[/import]