-
I'm using dispather 4.8.0 on Fragment in Java-AS project, but it cannot work when firs time got the permission from user
but in Activity it work fine
@RuntimePermissions
public class CameraFragme…
-
Hello, how to apply for permission again when the user refuses to forbid access?
-
## FAQs
@RuntimePermissions
public class MyFragment extends Fragment implements ConnectivityReceiver.ConnectivityReciverListener{
@NeedsPermission(Manifest.permission.ACCESS_COA…
-
## FAQs
___
## Overview
- Describe the issue briefly
### Expected
- What is the expected behavior?
### Actual
- What is the actual behavior?
## Environment
- Which libr…
-
## FAQs
___
## Overview
- Describe the issue briefly
### Expected
- What is the expected behavior?
### Actual
- What is the actual behavior?
## Environment
- Which libr…
-
onRequestPermissionsResult wasen't called on fragment.
I've called method for start camera preview, and waiting for result, it called permissions, but after denied camera permission nothing was happ…
-
## Overview
ViewModel unexpectedly re-emits the previous decision (deny) when running the fragment for the second time immediately after denying for the first time.
Setup:
* A permission that r…
-
First , I had use PermissionCheck onStart,
when I startActivity onResuem, it will loop.
The activity is a empty activity. I need to start it onResume。
#90 I have check many times, not suitable…
-
## Overview
The `ScreenOrientation` config is reset on close PermissionRequest dialog.
Before I use PermissionsDispatcher-ktx, I used kapt version of PermissionsDispatcher, this issue not happened.
…
-
## FAQs
___
## Overview
Application doesn't compile when these 2 annotations are used together @AndroidEntryPoint
@RuntimePermissions
### Expected
It should work
### Actual
A…