android-permission-handler icon indicating copy to clipboard operation
android-permission-handler copied to clipboard

A permission helper systemizing runtime permission handling on Android devices

Results 3 android-permission-handler issues
Sort by recently updated
recently updated
newest added

I haven't talked about this with the android components people for a while but I might want to involve part of this when I have some time.

This will improve performance and easibility to maintain.

https://github.com/mozilla-tw/android-permission-handler/blob/4657a747372dde4167ea24ce202bd6e1e5d315b0/permissionhandler/src/main/java/org/mozilla/permissionhandler/PermissionHandler.java#L52 In fragment.tryAction() we might get a null with Fragment.getActivity(); we should handle this.