googlesamples / easypermissions

Simplify Android M system permissions
https://firebaseopensource.com/projects/googlesamples/easypermissions/
Apache License 2.0
9.86k stars 1.46k forks source link

Permission checks always return 0 on some devices #271

Closed shijia7 closed 5 years ago

shijia7 commented 5 years ago

Can you add this method above 6.0 PermissionChecker.checkSelfPermission

samtstern commented 5 years ago

@287257255 sorry this request doesn't have enough information for me to understand it. Are you requesting an API change? Is there a bug in an API right now? Maybe a code sample would help to clarify.

shijia7 commented 5 years ago

@samtstern Some device systems are above 6.0, but the permission mechanism has not been upgraded. I have met some models of VIVO and HTC, although I know this is the manufacturer's reason, I just ask, whatever.

samtstern commented 5 years ago

Sorry I don't understand what change you're asking for in EasyPermissions. As a rule though there's nothing we can do about manufacturer-specific issues in this library.