[tor-commits] [tor-browser/tor-browser-52.7.2esr-8.0-1] change defaults for Orfox

gk at torproject.org gk at torproject.org
Tue Mar 20 11:26:34 UTC 2018


commit 8030bcae3d0bb222cae6cee66fb5c1846cec8282
Author: n8fr8 <nathan at freitas.net>
Date:   Mon Jul 17 22:17:16 2017 -0400

    change defaults for Orfox
    
    Signed-off-by: Amogh Pradeep <amoghbl1 at gmail.com>
---
 mobile/android/moz.configure | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/mobile/android/moz.configure b/mobile/android/moz.configure
index 0ab0b113e274..c92919b5e767 100644
--- a/mobile/android/moz.configure
+++ b/mobile/android/moz.configure
@@ -19,23 +19,23 @@ project_flag('MOZ_ANDROID_GCM',
 
 project_flag('MOZ_ANDROID_DOWNLOADS_INTEGRATION',
              help='Enable system download manager on Android',
-             default=True)
+             default=False)
 
 project_flag('MOZ_ANDROID_BEAM',
              help='Enable NFC permission on Android',
-             default=True)
+             default=False)
 
 project_flag('MOZ_ANDROID_SEARCH_ACTIVITY',
              help='Include Search Activity on Android',
-             default=True)
+             default=False)
 
 project_flag('MOZ_ANDROID_MLS_STUMBLER',
              help='Include Mozilla Location Service Stumbler on Android',
-             default=True)
+             default=False)
 
 project_flag('MOZ_ANDROID_DOWNLOAD_CONTENT_SERVICE',
              help='Background service for downloading additional content at runtime',
-             default=True)
+             default=False)
 
 project_flag('MOZ_ANDROID_CUSTOM_TABS',
              help='Enable support for Android custom tabs',
@@ -57,14 +57,14 @@ set_config('MOZ_ANDROID_ACTIVITY_STREAM',
 
 option(env='MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
        help='Build and package the install bouncer APK',
-       default=True)
+       default=False)
 
 set_config('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER',
-           depends_if('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER')(lambda _: True))
+           depends_if('MOZ_ANDROID_PACKAGE_INSTALL_BOUNCER')(lambda _: False))
 
 imply_option('MOZ_SOCIAL', False)
-imply_option('MOZ_SERVICES_HEALTHREPORT', True)
-imply_option('MOZ_ANDROID_HISTORY', True)
+imply_option('MOZ_SERVICES_HEALTHREPORT', False)
+imply_option('MOZ_ANDROID_HISTORY', False)
 
 set_config('ANDROID_SUPPORT_LIBRARY_VERSION', '23.4.0')
 add_old_configure_assignment('ANDROID_SUPPORT_LIBRARY_VERSION', '23.4.0')





More information about the tor-commits mailing list