Android Permissions

I have been using build 971 but now I updated to latest public release 1076. When building for android and installing on the phone, the permissions doesn’t show in the installation screen in the android phone. The Android phone is on OS version Jelly Been 4.2.1.

Is there something different i have to to in the buld.settings now with the newer releases of Corona SDK?

 android = { versionCode = "10", usesPermissions = { "com.android.vending.INTERNET", "com.android.INTERNET", } }

Check out this blog post: http://www.coronalabs.com/blog/2013/02/18/say-goodbye-to-default-android-permissions/

I use ‘android.permission.INTERNET’ and it shows up ok in the app permissions. 

Thank you, worked perfectly. 

Check out this blog post: http://www.coronalabs.com/blog/2013/02/18/say-goodbye-to-default-android-permissions/

I use ‘android.permission.INTERNET’ and it shows up ok in the app permissions. 

Thank you, worked perfectly.