Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lib_base
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
sikang
lib_base
Commits
be18a02e
Commit
be18a02e
authored
Dec 16, 2018
by
sikang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
permission update
parent
8b268077
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
11 deletions
+10
-11
src/main/AndroidManifest.xml
+10
-11
No files found.
src/main/AndroidManifest.xml
View file @
be18a02e
...
...
@@ -5,17 +5,11 @@
<uses-permission
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<!--读取SD卡-->
<uses-permission
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<!--允许挂载和反挂载文件系统可移动存储-->
<uses-permission
android:name=
"android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
tools:ignore=
"ProtectedPermissions"
/>
<!--系统对话框-->
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<!--相机-->
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<!--相机聚焦-->
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
<!--读取Log-->
<uses-permission
android:name=
"android.permission.READ_CALL_LOG"
/>
<!--读取短信-->
...
...
@@ -75,8 +69,13 @@
android:name=
"android.permission.BROADCAST_SMS"
tools:ignore=
"ProtectedPermissions"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
<!--相机聚焦-->
<uses-feature
android:name=
"android.hardware.camera"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
android:required=
"false"
/>
<application>
<!--适应全面屏-->
...
...
@@ -106,10 +105,10 @@
<!--AutoSize-->
<meta-data
android:name=
"design_width_in_dp"
android:value=
"360"
/>
android:value=
"360"
/>
<meta-data
android:name=
"design_height_in_dp"
android:value=
"640"
/>
android:value=
"640"
/>
<!--Facebook AccountKit-->
<meta-data
...
...
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