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!