Top "Android-permissions" questions

Permissions in the AndroidManifest.

Is READ_LOGS a normal or dangerous Android permission?

I am getting very conflicting information regarding the use of android.permission.READ_LOGS Android permission. Firstly, the Android Documentation …

android android-permissions
How to fix "Issue: Violation of Families Policy Requirements"

I've tried to publish an app on Play store but it's rejected and I've received an email titled: "Issue: Violation …

android google-play android-permissions
Optional permissions so an app can show on all devices and enable optional features on some?

Many features in Android require a uses-permission to be set in the manifest. These values then determine what devices will …

android android-permissions
How to obtain MANAGE_EXTERNAL_STORAGE permission

I'm trying to get the MANAGE_EXTERNAL_STORAGE permission on my Android 10 (API 29) device. https://developer.android.com/training/data-storage/…

android android-permissions scoped-storage
How to debug/reset Android 6.0 permissions?

While migrating one of my apps to use the Android 6.0 permissions system, I found it very hard to debug permissions …

android android-permissions android-6.0-marshmallow android-debug runtime-permissions
Exception reading Wifi/3G State

Hi I have the following code that reads Network/Wifi state: public String getMacAddress() { WifiManager wm = (WifiManager) context .getSystemService(Context.…

android android-permissions android-wifi 3g cellular-network
How to check if Android Permission is actually being used?

I am maintaining one existing (very-huge, very-sensitive) Android Application. The other day, I have received an email from my client …

android android-permissions
"Allow all the time" location prompt not coming in Android SDK 29

I can't get the "Allow all the time" prompt for location in SDK 29. I already set these permissions in the …

android android-permissions android-location
Putting permissions to manifest of Android .aar library project

I am developing an Android project which includes two modules where one is a library module for producing .aar files …

android android-manifest android-permissions aar