码迷,mamicode.com
首页 > 移动开发 > 详细

关于android api 23 +的权限问题

时间:2015-11-08 20:43:46      阅读:182      评论:0      收藏:0      [点我收藏+]

标签:

Beginning in Android 6.0 (API level 23), users grant permissions to apps while the app is running, not when they install the app. This approach streamlines the app install process, since the user does not need to grant permissions when they install or update the app. It also gives the user more control over the app‘s functionality; for example, a user could choose to give a camera app access to the camera but not to the device location. The user can revoke the permissions at any time, by going to the app‘s Settings screen.

http://developer.android.com/training/permissions/requesting.html

真机调试的时候要在设置中开权限

 

关于android api 23 +的权限问题

标签:

原文地址:http://www.cnblogs.com/turtle920/p/4947925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!