commit 36c5cc1a037df26f278401e3b86311e288870a10 Author: Hashik Donthineni HashikDonthineni@gmail.com Date: Wed Jun 17 23:12:55 2020 +0530
Allowed HTTP/Unsecured calls over network --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7728955..6b366fb 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -14,7 +14,8 @@ android:label="@string/app_name" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" - android:theme="@style/AppTheme"> + android:theme="@style/AppTheme" + android:usesCleartextTraffic="true">
<service android:name="org.torproject.snowflake.MyPersistentService"
tor-commits@lists.torproject.org