Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_freeworld
Project
Project
Details
Activity
Releases
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
android
android_freeworld
Commits
1440498b
Commit
1440498b
authored
Jul 13, 2021
by
fengruiyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加百度资源
parent
55ee443d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+20
-1
No files found.
app/src/main/AndroidManifest.xml
View file @
1440498b
...
@@ -3,6 +3,18 @@
...
@@ -3,6 +3,18 @@
xmlns:tools=
"http://schemas.android.com/tools"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"com.mints.street"
>
package=
"com.mints.street"
>
<uses-sdk
android:minSdkVersion=
"21"
android:targetSdkVersion=
"30"
/>
<supports-screens
android:anyDensity=
"true"
android:largeScreens=
"true"
android:normalScreens=
"false"
android:resizeable=
"true"
android:smallScreens=
"true"
/>
<!-- 这个权限用于进行网络定位 -->
<!-- 这个权限用于进行网络定位 -->
<uses-permission
android:name=
"android.permission.ACCESS_COARSE_LOCATION"
/>
<uses-permission
android:name=
"android.permission.ACCESS_COARSE_LOCATION"
/>
<!-- 这个权限用于访问GPS定位 -->
<!-- 这个权限用于访问GPS定位 -->
...
@@ -20,6 +32,10 @@
...
@@ -20,6 +32,10 @@
<!-- 调用相机,用于实现扫描二维码,预览个性化地图编辑器生成的个性化地图样式(开发者实际开发中地图SDK不需要该权限)-->
<!-- 调用相机,用于实现扫描二维码,预览个性化地图编辑器生成的个性化地图样式(开发者实际开发中地图SDK不需要该权限)-->
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<uses-permission
android:name=
"android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
/>
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<application
<application
android:name=
"com.mints.street.AppApplication"
android:name=
"com.mints.street.AppApplication"
android:allowBackup=
"true"
android:allowBackup=
"true"
...
@@ -177,7 +193,10 @@
...
@@ -177,7 +193,10 @@
android:exported=
"false"
android:exported=
"false"
android:screenOrientation=
"behind"
android:screenOrientation=
"behind"
android:windowSoftInputMode=
"adjustResize|stateHidden"
/>
android:windowSoftInputMode=
"adjustResize|stateHidden"
/>
<activity
android:name=
".main.vr.PanoramicActivity"
/>
<activity
android:name=
".main.vr.PanoramicActivity"
android:screenOrientation=
"sensor"
android:configChanges=
"orientation|keyboardHidden"
/>
</application>
</application>
</manifest>
</manifest>
\ No newline at end of file
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