Top "Android-permissions" questions

Permissions in the AndroidManifest.

Revoked permission android.permission.CALL_PHONE

I'm trying to programmatically call to a number with following code: String number = ("tel:" + numTxt.getText()); Intent intent = new Intent(…

android android-intent android-permissions
Android: write failed: EPIPE (Broken pipe) Error on write file

I was trying to take screenshot of the Android screen programatically. I had done the following code: private void getsnap(){ …

android file outputstream android-permissions epipe
Android 6.0 Permission Denial: requires permission android.permission.WRITE_SETTINGS

As you can see from my manifest below, I've added the permission,What am I missing? <uses-permission-sdk-m android:name="…

android android-permissions
What's the difference between access network state (ACCESS_NETWORK_STATE) and WIFI state (ACCESS_WIFI_STATE) permissions?

In Permissions tab of Android Manifest, in the drop down there are options called android.permission.ACCESS_NETWORK_STATE and …

android android-manifest android-permissions
Android READ_EXTERNAL_STORAGE permission not working

I'm trying to create a simple app that can get an image from the Gallery app and display it on …

java android android-5.0-lollipop android-gallery android-permissions
Wait for user permission

I building an application that sampling GPS on starting. As you probably know, permissions are requested during run-time from Android …

android android-permissions
Ask user to turn on Location

How can I prompt the user to turn on Location? The app is supposed to filter a list of locations …

android xamarin xamarin.android android-permissions android-location
WebView WebRTC not working

I'm trying to show WebRTC chat in WebView. Related to this documentation WebView v36 supports WebRTC. For my test i'm …

android android-webview webrtc android-permissions webviewchromium
How does storage access change on Android 6?

Background Android had a lot of changes as to how to handle the SD-card and storage in general: API 3 - …

android sd-card android-permissions android-external-storage android-6.0-marshmallow