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
460364b0
Commit
460364b0
authored
Jul 25, 2019
by
Thibaut Sardan
Browse files
fix(): remove unneeded permissions
parent
a6f0d1bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
android/app/src/main/AndroidManifest.xml
View file @
460364b0
...
...
@@ -7,6 +7,12 @@
<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-permission
tools:node=
"remove"
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<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