-
A activity request LOCATION permission, B activity extands A ,B request CAMERA permission,but generate DispatcherClass requestCode is same, is all equal 0, how to manual to set request code.??????
-
Warning:Module 'com.github.hotchemi:permissionsdispatcher:1.2.1' depends on one or more Android Libraries but is a jar
laomo updated
6 years ago
-
## Overview
`SYSTEM_ALERT_PERMISSION` is special permission, user only permits it or not. So `@OnNeverAskAgain` is only for Runtime Permission, but it was called when user denied `SYSTEM_ALERT_PERM…
-
On Android Studio 3.2 Alpha 8 with according build gradle plugin and using build variants its not posible to build the app. When downgrade to stable Android Studio 3.1 and build gradle plugin 3.1.0 th…
-
Any chance of a 4.0.0 release (without the alpha tag)? Would be really helpful for the androidx switch-over
ghost updated
6 years ago
-
```
dependencies {
implementation 'com.android.support:appcompat-v7:27.1.1'
implementation "com.github.hotchemi:permissionsdispatcher:3.3.1"
annotationProcessor "com.github.hotchemi:permissionsdis…
-
I am facing this `Error: Trying to access permission-protected method directly [CallNeedsPermission]`
The lint complains this error and my build is failing due to this.
The error is reported in a …
-
Currently we've not supported `uses-permission-sdk-23` so it would be better to add an option to define whether one permission is for up to 23 or not.
ref: https://twitter.com/izumin5210/status/73528…
-
Manifest merger failed : Attribute application@appComponentFactory value=(android.support.v4.app.CoreComponentFactory) from [com.android.support:support-compat:28.0.0-alpha3] AndroidManifest.xml:22:18…
-
## FAQs
___
## Overview
- Describe the issue briefly
### Expected
- What is the expected behavior?
### Actual
- What is the actual behavior?
## Environment
- Which libr…