You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project houses a couple of Android applications which each demonstrate a particular problem of
Android's "request permission at runtime" APIs or a workaround for one of the problems.
The applications in this project are as follows:
app1 – Example of the "request permission at runtime" API limitations
app2 – Workaround for the "request permission at runtime" API limitations
app3 – Demonstration of how to request the "post notifications" permission and how to deal with rejection
About
Simple Android applications which demonstrate the subtleties of requesting runtime permissions.