[tor-commits] [orbot/master] bug fix

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Mar 2 04:10:21 UTC 2017


commit 0b21dfc46a0ce15b565844f3ecbdc14cbaf01cad
Author: arrase <arrase at gmail.com>
Date:   Wed Nov 23 02:06:38 2016 +0100

    bug fix
---
 app/src/main/AndroidManifest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 2df7eab..c099076 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -151,8 +151,8 @@
             android:authorities="org.torproject.android.ui.hs.providers" />
 
         <provider
-            android:name="com.commonsware.cwac.provider.StreamProvider"
-            android:authorities="org.torproject.android.backup"
+            android:name="org.torproject.android.storage.AppDataProvider"
+            android:authorities="org.torproject.android.storage"
             android:exported="false"
             android:grantUriPermissions="true">
             <meta-data





More information about the tor-commits mailing list