I want to re request permission for camera when user not allowed, how i can handle to re request permission?
I have try to request permission using PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.CAMERA ) but the library just loading and won't reload the permission. Anyone can help?
I want to re request permission for camera when user not allowed, how i can handle to re request permission? I have try to request permission using
PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.CAMERA )
but the library just loading and won't reload the permission. Anyone can help?