Skip to content

Commit

Permalink
removed unnecessary permission
Browse files Browse the repository at this point in the history
  • Loading branch information
m2049r committed Sep 29, 2017
1 parent c4ce12c commit 91b4aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
package="com.m2049r.xmrwallet">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
Expand Down

0 comments on commit 91b4aaa

Please sign in to comment.