Commit c222060e authored by Dan Ballard's avatar Dan Ballard
Browse files

fixup! [android] Disable features and functionality

TB44921: Disable google lens feature
parent 6407d484
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
+1 −1
Original line number Diff line number Diff line
@@ -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,
    )

    /**