Permissions in the AndroidManifest.
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-marshmallowIn my android app, I am trying to load a webpage (that must access the camera) on WebView. On my …
android webview android-permissionsThe following code which consists of downloading a file from a server and save it in the storage works fine …
android android-permissions android-fileThe Android documentation contains the following description of the adb grant and adb revoke commands. grant <PACKAGE_PERMISSION> …
android adb android-permissionsIn the latest beta version I just published to the Play Store, I notice that the READ_PHONE_STATE has …
android android-permissionsI'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-marshmallowI 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-permissionsI 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-geolocationAlthough this is a "duplicate", the current answers are out of date and, mostly, no longer apply. I thought it …
android android-permissionsWhen installing the app I programmed, it requires the permission "to use the microphone". I don't however specifically ask for …
android permissions android-permissions