Open alizarei95 opened 7 years ago
Hi @alizarei95,
Thanks for reporting, we'll need a code snippet showing us what permissions are using and the code you wrote to use said permission. We'll see if we can give AS some sort of hint so that it knows that you can use those APIs safely.
you can see everything i said in this images
Dexter
Permissive
@Serchinastico
Permissive
not show the hint in the AS because the method PermissionsGrantedListener#onPermissionsGranted()
throws a SecurityException
, when Dexter
method PermissionListener#onPermissionGranted()
not.
Should I just ignore the errors, or can I somehow add the flags to suppress the Errors?
after using dexter to handle runtime permissions , android studio still shows error on lines which need to runtime permission.I don't had this problem with Permissive library is this a problem in dexter? or any idea to solve this problem?