Karn / sentry

A lightweight (23KB) wrapper for inline Android permission checks/requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle activity configuration changes (e.g screen rotation).

Karn opened this issue · comments

Description:
When a permission is requested and the activity configuration changes, the library is unable to receive results from the previous request. There is no seamless way to handle this at the moment other than to simply re-request the permission.