commit 462f7dacd5c8058a6c74bc9566d2bc9848dd67e9
Author: bim <[email protected]>
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>



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to