-
### Device
- HONOR 6 Plus
- Android 4.4.2
### Issue description
- During the process of using the new version to obtain the `Manifest.permission.READ_CONTACTS` permission, the log is as follows, a…
ghost updated
4 years ago
-
It is not working if I change target >26
-
new RxPermissions(MainActivity.this)
.requestEachCombined(Manifest.permission.CAMERA)
.subscribe(new Observer() {
@Overr…
ylmyg updated
3 years ago
-
![image](https://user-images.githubusercontent.com/10650866/59479577-1e855480-8e90-11e9-81f0-846a81b2caf5.png)
-
This library has no rules for proguard
-
### Lib Version
0.10.2
**Screenshots**
- Device: [小米 note8 pro]
- OS version: [Android 10.0]
-
hi
i use android studio 3.1.3 and when i add library to my project, i get below error:
`Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.github.pchmn:MaterialC…
-
The problem is that with new Android 11 there is a new option (apart from "always" and "only in app") for permissions (eg. Location) which is "Only this time" or "Ask every time" depending on which sc…
-
Dexter (deprecated):
- https://github.com/Karumi/Dexter
Easy Permission:
- https://github.com/googlesamples/easypermissions
-
In my app I ask for location:
When I open the debug-apk It works perfect but when I try to open release apk it crashes with this
error:
```
rxPermissions
.request(Ma…