Page 1 of 1

Application asked permission to resources that not even selected

Posted: Wed Dec 16, 2015 11:12 pm
by Yaniv

Hi,
In my application I selected under App Setting Android Permissions the following permissions:
ACCESS_NETWORK_STATE
INTERNET

While checking AndroidManifest.xml i can see that indeed only those 2 are selected:
uses-permission android:name="android.permission.ACCESS_NETWORK_STATE
uses-permission android:name="android.permission.INTERNET

But - while installing the application its asked permissions for Storage, account, location contacts, gps (accurate and network) audio, camera.

From where those options comes and how they can be removed?

One more issue that I identified now:
After I remove the permission to the 2 above the application not catch Offline event anymore (although ACCESS_NETWORK_STATE permission exists)

Application shared, Name: SuvaIsraelUpgrade

Thanks!


Application asked permission to resources that not even selected

Posted: Thu Dec 17, 2015 6:23 pm
by Serhii Kulibaba

Hello Yaniv,

Yes, you can enable/disable any perisssion (cordova plugin) you want.


Application asked permission to resources that not even selected

Posted: Thu Dec 17, 2015 7:10 pm
by Yaniv

No, you missunderstund me :) i selected only 2 permission as above but while installing the application i can see other permission.
Even more than that, while have Internet and ACCESS_NETWORK_STATE permission - offline event to fire although above permission monitor it.
Please open my application, select only internet and ACCESS_NETWORK_STATE, chexk the manifast file, you will see only those permission, but while installing the installer will show many other as describe in my initial issue description, please also chexk why with those permission ofline event not fire.

Thanks


Application asked permission to resources that not even selected

Posted: Fri Dec 18, 2015 7:41 am
by Evgene Karachevtsev

Hello Yaniv,

Unfortunately it seems to be the bug. We reported it and will get back to you with the update.


Application asked permission to resources that not even selected

Posted: Fri Dec 18, 2015 7:52 am
by Yaniv

Thanks! please consider the 2 issues as part of this case (additional permission that was not selected and the fact that ACCESS_NETWORK_STATE not take any affect).


Application asked permission to resources that not even selected

Posted: Tue Dec 22, 2015 1:41 pm
by Yaniv

Hi,
Any update for this item? this kind of issue blocking from publishing the application

Thanks


Application asked permission to resources that not even selected

Posted: Wed Dec 23, 2015 10:49 am
by Evgene Karachevtsev

Hello Yaniv,

Unfortunately not yet. Our development team is working on it at the moment, we'll get back to you with the update as soon as we have any news from them.


Application asked permission to resources that not even selected

Posted: Wed Dec 30, 2015 10:26 am
by Alena Prykhodko

Hello,

Seems that you have some plugins enabled. Some Cordova plugins require android permissions to work.
Solution is to open App Settings Cordova plugins and uncheck all unused plugins. This should help to take away app permissions.