[tor-commits] [orbot/master] OrbotService does NOT need WRITE_EXTERNAL_STORAGE

n8fr8 at torproject.org n8fr8 at torproject.org
Wed Oct 7 12:37:35 UTC 2020


commit 462f7dacd5c8058a6c74bc9566d2bc9848dd67e9
Author: bim <dsnake at protonmail.com>
Date:   Thu Sep 24 00:44:07 2020 -0400

    OrbotService does NOT need WRITE_EXTERNAL_STORAGE
    (this sets us up to fully remove the permission on APIs 19+ after #395
    is merged
---
 orbotservice/src/main/AndroidManifest.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/orbotservice/src/main/AndroidManifest.xml b/orbotservice/src/main/AndroidManifest.xml
index 962fe09c..801a9c18 100644
--- a/orbotservice/src/main/AndroidManifest.xml
+++ b/orbotservice/src/main/AndroidManifest.xml
@@ -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>





More information about the tor-commits mailing list