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
2 changed files:
- mobile/android/fenix/app/nimbus.fml.yaml
- mobile/android/fenix/app/src/main/java/org/mozilla/fenix/utils/Settings.kt
Changes:
| ... | ... | @@ -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.
|
| ... | ... | @@ -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 | /**
|