[tor-commits] [tor-browser/tor-browser-68.1.0esr-9.0-1] Continue using non-adaptive icons and don't allow clear-text traffic

gk at torproject.org gk at torproject.org
Sat Aug 31 19:46:17 UTC 2019


commit 144e2f64a8dbb3c84150d44fcdbab989f4aa4184
Author: Matthew Finkel <Matthew.Finkel at gmail.com>
Date:   Mon Jul 22 13:41:22 2019 +0000

    Continue using non-adaptive icons and don't allow clear-text traffic
---
 mobile/android/base/AndroidManifest.xml.in | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/mobile/android/base/AndroidManifest.xml.in b/mobile/android/base/AndroidManifest.xml.in
index 5f231e9ba83c..39c1899daa1f 100644
--- a/mobile/android/base/AndroidManifest.xml.in
+++ b/mobile/android/base/AndroidManifest.xml.in
@@ -24,13 +24,11 @@
 #include FennecManifest_permissions.xml.in
 
     <application android:label="@string/moz_app_displayname"
-                 android:icon="@mipmap/ic_launcher"
-                 android:logo="@drawable/logo"
+                 android:icon="@drawable/icon"
                  android:name="@MOZ_ANDROID_APPLICATION_CLASS@"
                  android:hardwareAccelerated="true"
                  android:supportsRtl="true"
                  android:allowBackup="false"
-                 android:usesCleartextTraffic="true"
                  >
 
         <meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>





More information about the tor-commits mailing list