Top "Android-permissions" questions

Permissions in the AndroidManifest.

Getting W/Activity: Can request only one set of permissions at a time

I made an app that have a request for camera and GPS, but when I execute I am getting this …

android android-camera android-permissions android-gps
How to disable animations in code when running Espresso tests

Has anybody managed to disable animations through code when running Espresso tests? I've been trying to follow the instructions in …

android android-animation android-permissions android-espresso android-instrumentation
java.lang.SecurityException: Permission Denial: opening provider

I start image picker intent using: final Intent pickIntent = new Intent(Intent.ACTION_PICK, MediaStore.Images.Media.EXTERNAL_CONTENT_URI); …

android android-contentprovider android-permissions permission-denied
Reading com.google.android.apps.photos.contentprovider.MediaContentProvider requires the provider be exported, or grantUriPermission()

I received this crash report from an Android 6.0.1 user: STACK_TRACE=java.lang.SecurityException: Permission Denial: reading com.google.android.…

android android-6.0-marshmallow android-permissions google-photos
Android permission.INTERACT_ACROSS_USERS denial

I've a strange android permission denial, here is it: java.lang.SecurityException: Permission Denial: isUserRunning() from pid=1078, uid=10284 requires android.…

java android android-permissions
Android JobScheduler - can't create a persistent job

I am trying out the new JoScheduler API that has come with Android Lollipop. I have so far managed to …

android android-permissions android-jobscheduler
Request Permission from Application class

As per the new Android doc, In order to collect certain data, I need to request for permission. So I …

android android-activity android-permissions android-applicationinfo
Permission denied for window type 2002 in Android Studio

Today I installed latest version of Android Studio I am learning Floating Widgets in Android I started with applying this …

android android-permissions
Android M: Programmatically revoke permissions

I am currently playing around with android m's new permission system. What i am planning is to add a screen …

android android-permissions android-6.0-marshmallow