高洛峰2017-04-18 09:17:35
I guess the target version of your app is greater than 22.
After sdk23, some dangerous permissions need to be applied dynamically, but if the app targetSDKVersion is less than 23, you can still get the permissions you need from the manifest. Vice versa, You need to apply for permission dynamically.