Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 567 Bytes

File metadata and controls

10 lines (7 loc) · 567 Bytes

Android Runtime Permission Experiments

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