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
Here is my notes in Chinese:
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
Here is my notes in Chinese: