Skip to content

Commit

Permalink
OrbotService does NOT need WRITE_EXTERNAL_STORAGE
Browse files Browse the repository at this point in the history
(this sets us up to fully remove the permission on APIs 19+ after #395
is merged
  • Loading branch information
bitmold committed Sep 24, 2020
1 parent 0a391f0 commit 462f7da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions orbotservice/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android.service">
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

</manifest>

0 comments on commit 462f7da

Please sign in to comment.