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

德尔福 XE5 安卓权限设置

时间:2018-08-19 22:00:18      阅读:207      评论:0      收藏:0      [点我收藏+]

标签:ati   tom   target   ref   open   access   resize   make   end   

http://delphi.org/2013/10/delphi-xe5-android-uses-permissions/

The permissions required by a Delphi XE5 Android application are defined through the Uses Permissions dialog. It is found under Project -> Options… [Shift+Ctrl+F11].

 

技术分享图片

If you select other Targets besides Android then the list is blank, for now. By default the following common permissions are selected. If you do not select a permission then any calls you make that require that permission will fail. The “Internet” permission is required for any network access, even your local network.

If you scroll down the list you will see an Advanced node which contains permissions that are less commonly used permissions. For many apps you will never need to change these permissions, but your users may notice the “services that can cost money” warning next to Call phone and Internet permission request, so you may want to remove those.

The requested permissions are automatically added to the AndroidManifest.xml file, which is read by the Android operating system and Google Play store to know which permissions your app requested.

德尔福 XE5 安卓权限设置

标签:ati   tom   target   ref   open   access   resize   make   end   

原文地址:https://www.cnblogs.com/marklove/p/9502494.html

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