Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-amap3d
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-amap3d
Commits
b2470c99
Commit
b2470c99
authored
May 27, 2017
by
Qiu Xiang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 Android 权限声明
parent
fbfc7e65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletion
+14
-1
AndroidManifest.xml
android/src/main/AndroidManifest.xml
+14
-1
No files found.
android/src/main/AndroidManifest.xml
View file @
b2470c99
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"cn.qiuxiang.react.amap3d"
>
package=
"cn.qiuxiang.react.amap3d"
>
<!--允许程序打开网络套接字-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
<!--允许程序设置内置sd卡的写权限-->
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<!--允许程序获取网络状态-->
<uses-permission
android:name=
"android.permission.ACCESS_NETWORK_STATE"
/>
<!--允许程序访问WiFi网络信息-->
<uses-permission
android:name=
"android.permission.ACCESS_WIFI_STATE"
/>
<!--允许程序读写手机状态和身份-->
<uses-permission
android:name=
"android.permission.READ_PHONE_STATE"
/>
<!--允许程序访问CellID或WiFi热点来获取粗略的位置-->
<uses-permission
android:name=
"android.permission.ACCESS_COARSE_LOCATION"
/>
</manifest>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment