The following code shows my build settings. As you can see I have requested only INTERNET and WRITE_EXTERNAL_STORAGE permissions.
androidPermissions =
{
"android.permission.INTERNET",
"android.permission.WRITE\_EXTERNAL\_STORAGE",
}
However upon installing the built apk sent by Corona, I noticed it requests an additional permission: the PHONE CALLS (READ PHONE STATE AND IDENTITY) permission which is not in the list.
I don’t know why it has generated this permission but from what I’ve read in Market I really don’t like it and want to remove it. Please help me to do that.
This permission even can read the phone number and serial number of the phone. Here is what Google exactly says about this permission: “Allows the application to access the phone features of the device. An application with this permission can determine the phone number and serial number of this phone, whether a call is active, the number that call is connected to and the like.” [import]uid: 84304 topic_id: 14569 reply_id: 314569[/import]
[import]uid: 12482 topic_id: 14569 reply_id: 71259[/import]