[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-153.1.0esr-16.0-1] fixup! [android] Disable features and functionality



Title: GitLab

Dan Ballard pushed to branch tor-browser-153.1.0esr-16.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • c222060e
    by Dan Ballard at 2026-08-19T12:10:20-07:00
    fixup! [android] Disable features and functionality
    
    TB44921: Disable google lens feature
    

2 changed files:

Changes:

  • mobile/android/fenix/app/nimbus.fml.yaml
    ... ... @@ -1261,7 +1261,7 @@ features:
    1261 1261
               enabled: false
    
    1262 1262
           - channel: nightly
    
    1263 1263
             value:
    
    1264
    -          enabled: true
    
    1264
    +          enabled: false
    
    1265 1265
     
    
    1266 1266
       voice-search-in-display-mode:
    
    1267 1267
         description: Controls whether the voice search entry point is shown in the display-mode browser toolbar.
    

  • mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
    ... ... @@ -3206,7 +3206,7 @@ class Settings(
    3206 3206
          */
    
    3207 3207
         var googleLensIntegrationUserEnabled by booleanPreference(
    
    3208 3208
             key = appContext.getPreferenceKey(R.string.pref_key_google_lens_integration_user_enabled),
    
    3209
    -        default = true,
    
    3209
    +        default = false,
    
    3210 3210
         )
    
    3211 3211
     
    
    3212 3212
         /**
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx