Skip to content

Commit

Permalink
Merge pull request novasamatech#92 from paritytech/permissions-android
Browse files Browse the repository at this point in the history
Unused INTERNET permission removed from the manifest
  • Loading branch information
debris authored Apr 14, 2018
2 parents 6d38ebd + 78b7c46 commit 5b1fe47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
android:versionCode="1"
android:versionName="1.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

<uses-sdk
Expand Down

0 comments on commit 5b1fe47

Please sign in to comment.