Skip to content
GitLab
Menu
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
86c9a30b
Commit
86c9a30b
authored
May 04, 2020
by
Hanwen Cheng
Browse files
only use intenet permission in debug to connect react server
parent
ff367bb1
Changes
2
Hide whitespace changes
Inline
Side-by-side
android/app/src/debug/AndroidManifest.xml
View file @
86c9a30b
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
>
<uses-permission
android:name=
"android.permission.
SYSTEM_ALERT_WINDOW"
/>
<uses-permission
android:name=
"android.permission.
INTERNET"
/>
<application
android:usesCleartextTraffic=
"true"
tools:targetApi=
"28"
tools:ignore=
"GoogleAppIndexingWarning"
/>
</manifest>
android/app/src/main/AndroidManifest.xml
View file @
86c9a30b
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
xmlns:tools=
"http://schemas.android.com/tools"
package=
"io.parity.signer"
>
<uses-permission
android:name=
"android.permission.SYSTEM_ALERT_WINDOW"
/>
<uses-permission
android:name=
"android.permission.CAMERA"
/>
...
...
Write
Preview
Supports
Markdown
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