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: - mobile/android/fenix/app/nimbus.fml.yaml - mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt Changes: ===================================== mobile/android/fenix/app/nimbus.fml.yaml ===================================== @@ -1261,7 +1261,7 @@ features: enabled: false - channel: nightly value: - enabled: true + enabled: false voice-search-in-display-mode: 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( */ var googleLensIntegrationUserEnabled by booleanPreference( key = appContext.getPreferenceKey(R.string.pref_key_google_lens_integration_user_enabled), - default = true, + default = false, ) /** View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c222060e... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/c222060e... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help