Top "Android-permissions" questions

Permissions in the AndroidManifest.

How to request permissions from a Service in Android Marshmallow

In Android Marshmallow, permissions should be requested at runtime when they are needed, instead of all at once when an …

android wear-os android-permissions android-6.0-marshmallow
How to access the camera from within a Webview?

In my android app, I am trying to load a webpage (that must access the camera) on WebView. On my …

android webview android-permissions
java.io.filenotfoundexception open failed eacces (permission denied) on device

The following code which consists of downloading a file from a server and save it in the storage works fine …

android android-permissions android-file
How do I use adb grant or adb revoke?

The Android documentation contains the following description of the adb grant and adb revoke commands. grant <PACKAGE_PERMISSION> …

android adb android-permissions
Why has the READ_PHONE_STATE permission been added?

In the latest beta version I just published to the Play Store, I notice that the READ_PHONE_STATE has …

android android-permissions
Android M Camera Intent + permission bug?

I'm trying to get my app ready for the new Android M permissions changes and found some weird behaviour. My …

android android-camera android-permissions android-camera-intent android-6.0-marshmallow
How to request and check permissions in Flutter

I am using a various plugin to get user data, contact, photos and camera when the user clicks Don't allow, …

flutter dart permissions android-permissions ios-permissions
When should I use ACCESS_COARSE_LOCATION permission?

I am building an Android app that will track the user's geolocation and draw their route on a map. I …

android google-play-services android-permissions android-location google-geolocation
Latest update on enabling and disabling mobile data programmatically

Although this is a "duplicate", the current answers are out of date and, mostly, no longer apply. I thought it …

android android-permissions
Microphone permission

When installing the app I programmed, it requires the permission "to use the microphone". I don't however specifically ask for …

android permissions android-permissions