How i remove all the permissions in android app

hi,

Ill working on android applications. Where i have some issues:

  1. When some one download my app via android market it shows some permissions:
    android.permission.INTERNET
    android.permission.ACCESS_NETWORK_STATE
    android.permission.READ_PHONE_STATE

How ill remove all this permissions

  1. When i upload my new app in android market it doest take my youtube url. It shows invalid url.

What can i do please suggest me.

Thank You
Viraj (Redbytes) [import]uid: 72256 topic_id: 16057 reply_id: 316057[/import]

Try to follow this thread:

http://developer.anscamobile.com/forum/2010/09/03/which-android-permissions-are-usuable-how-turn-one

Important link in it:
http://www.base2solutions.com/walkabout/Corona%20Tips.html [import]uid: 70114 topic_id: 16057 reply_id: 59676[/import]

Hi Sven,

thanks for the reply.

I’ve already added the following lines in my build.settings
androidPermissions =
{
“android.permission.ACCESS_FINE_LOCATION”,
“android.permission.INTERNET”
},
but still at the time of uploading it ask me for the following permissions

android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.READ_PHONE_STATE [import]uid: 72256 topic_id: 16057 reply_id: 59680[/import]

Please read the forum rules before posting again. Duplicate threads in different sections create clutter. [import]uid: 52491 topic_id: 16057 reply_id: 59693[/import]