Hacker News new | ask | show | jobs
by studentrob 1827 days ago
> The permission modal says this [0].

[0] https://news.ycombinator.com/item?id=27558825

1 comments

On Android 6.0 (2017) and later, there is no permission modal if all permissions are in the "other" category, as they are in this case.

Android 6.0 introduced requestable permissions, were critical permissions had to be requested (and could be denied) at runtime.

At the same time it removed all modals for non-critical permissions.