Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer
Commits
e959a348
Unverified
Commit
e959a348
authored
Jul 25, 2019
by
Thibaut Sardan
Committed by
GitHub
Jul 25, 2019
Browse files
Merge pull request #285 from paritytech/tbaut-permissions
Fix unneeded permissions
parents
04d134fe
ad614ae0
Pipeline
#44647
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
android/app/src/main/AndroidManifest.xml
View file @
e959a348
...
...
@@ -7,6 +7,11 @@
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
<!-- Default permissions which are added silently and not needed -->
<uses-permission
tools:node=
"remove"
android:name=
"android.permission.READ_PHONE_STATE"
/>
<uses-permission
tools:node=
"remove"
android:name=
"android.permission.WRITE_EXTERNAL_STORAGE"
/>
<uses-permission
tools:node=
"remove"
android:name=
"android.permission.READ_EXTERNAL_STORAGE"
/>
<uses-feature
android:name=
"android.hardware.camera"
/>
<uses-feature
android:name=
"android.hardware.camera.autofocus"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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