midhunhk / lib-aeapps

A multi module library project for use by android applications, with implementations of features like Multi Contact Picture and wrappers around SMS and Contacts data access.
http://midhunhk.github.io/lib-aeapps/
Apache License 2.0
4 stars 6 forks source link

RuntimePermissionChecker only checks 1st permission #23

Closed midhunhk closed 6 years ago

midhunhk commented 6 years ago

Issue: If there are multiple permissions requested, if the first permission is granted but the rest are denied, handlePermissionsResult() invoked the onPermissionsGranted() callback.

Expected: Only if all permissions are granted, should the onPermissionsGranted() be called