From the accompanist permissions website This is s...
# compose
r
From the accompanist permissions website This is stated as a limitation inherited from the Android platform APIs. https://google.github.io/accompanist/permissions/
Copy code
Limitations
This permissions wrapper is built on top of the available Android platform APIs. We cannot extend the platform's capabilities. For example, it's not possible to differentiate the between the it's the first time requesting the permission vs the user doesn't want to be asked again use cases.
Is there any reliable way of differentiating between these scenarios, perhaps by other means?