easypermissions icon indicating copy to clipboard operation
easypermissions copied to clipboard

Simplify Android M system permissions

Results 41 easypermissions issues
Sort by recently updated
recently updated
newest added

## Basic Information Device type: Android with version 10 and 11 OS version: Android 10 and Android 11 EasyPermissions version: 3.0.0 ## Describe the problem AppSettings dialog need onActivityResult for...

help wanted

## Basic Information Device type: Android Studio Bumblebee OS version: 2021.1.1 Patch 3 EasyPermissions version: 3.0.0 The onRequestPermissionsResult() method is deprecated in Java. Please advise if this will be updated...

With an EasyPermissions.requestPermissions() call, if the user presses the phone's HOME button instead of continuing on the initial message prompt, or during the system prompt to grant or refuse the...

Device type: Redmi note 8 pro OS version: Android 11 EasyPermissions version: com.vmadalin:easypermissions-ktx:1.0.0_ I am making a helper class for EasyPermissions. The request dialog is being shown but the onRequestPermissionsResult...

## Basic Information Device type: vivo V1813A OS version: Android 9 EasyPermissions version: 2.0.1 ## Describe the problem Caused by: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.content.pm.action.REQUEST_PERMISSIONS pkg=com.android.packageinstaller...

## Basic Information Device type: emulator OS version: Android 12 EasyPermissions version: 3.0.0 ## Describe the problem 1. App request both `ACCESS_COARSE_LOCATION` and `ACCESS_FINE_LOCATION` -- As instructed in https://developer.android.com/training/location/permissions#approximate-request 2....

## Basic Information Device type: emulator OS version: 30 EasyPermissions version: 3.0.0 ## Describe the problem I have an app that needs location, doesn't matter which permission. Since we have...

## Basic Information Device type: emu OS version: 31 EasyPermissions version: 3.0.0 ## Describe the problem The code in the README.md file results in an infinite loop of starting an...

## Basic Information Device type: Pixel 3a XL OS version: Android 12 targetSdk 31 EasyPermissions version: 3.0.0 ## Describe the problem In android sdk 31, onRequestPermissionsResult of fragment is marked...

## Basic Information Device type: ________ OS version: ________ EasyPermissions version: ________ ## Describe the problem on android 11 and above the storage permission has been change. can you please...