Commit b2c0c962 authored by Dan Ballard's avatar Dan Ballard Committed by Pier Angelo Vendrame
Browse files

fixup! [android] Disable features and functionality

TB44921: Disable google lens feature
parent a647d032
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1269,7 +1269,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.
+1 −1
Original line number Diff line number Diff line
@@ -3184,7 +3184,7 @@ class Settings(
     */
    var googleLensIntegrationUserEnabled by booleanPreference(
        key = appContext.getPreferenceKey(R.string.pref_key_google_lens_integration_user_enabled),
        default = true,
        default = false,
    )

    /**