行是知之始,知是行之成。这篇文章主要讲述德尔福 XE5 安卓权限设置相关的知识,希望能为你提供帮助。
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.
- Access coarse location
- Access fine location
- Call phone
- Camera
- Internet
- Read calendar
- Read external storage
- Write calendar
- Write external storage
- Read phone state
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.
推荐阅读
- CSAPP Lab(Attack Lab——手把手教你写病毒(大误)
- 德尔福 XE5 安卓调试
- Django学习手册 - 创建Django工程项目以及APP
- OpenGL学习 着色器渲染(以Android为例)
- AndroidStudio按钮Button退出程序
- AndroidStudio解决提示(Failed to load AppCompat ActionBar with unknown error)
- android TextView自动显示成科学计算法
- Android开发——Drawable与Bitmap知识
- Mybatis之mapper.xml配置文件中的#{}和${}