提交 92ebae21 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

update: docs/native/permission/android_permission_adapter.md

上级 83ee056b
...@@ -30,6 +30,8 @@ ...@@ -30,6 +30,8 @@
</manifest> </manifest>
``` ```
如果使用了相册相关Api,打包时会自动添加上述权限配置,不需额外配置。
### 蓝牙权限 ### 蓝牙权限
- 19-23 - 19-23
...@@ -54,3 +56,8 @@ ...@@ -54,3 +56,8 @@
</manifest> </manifest>
``` ```
使用蓝牙相关功能需配置以上权限,并且动态申请蓝牙权限。
### 注意事项
- 权限要按需配置,如果App中未使用相关功能,务必不要申请相关权限,否则可能导致上架审核问题。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册