Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 518 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 518 Bytes

AndroidMRuntimePermissionSample

Since Android M, (Android 6.0, API 23), some permissions need to be granted explicitly. This sample project shows how to handle permissions requests in runtime.

Here is the MainActivity: MainActivity.java

Reference

Here is my notes in Chinese:

Android M Permission 学习笔记