Skip to content

Commit

Permalink
[focus] Add autocomplete settings to core ping. (mozilla-mobile/focus…
Browse files Browse the repository at this point in the history
…-android#1771)

UltraBlame original commit: 71c8933ff3feebcabbde13e4410d3d474da065ca
  • Loading branch information
marco-c committed Jun 1, 2024
1 parent 32a1024 commit c0b1d61
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1043,6 +1043,26 @@ string
.
pref_key_default_browser
)
resources
.
getString
(
R
.
string
.
pref_key_autocomplete_preinstalled
)
resources
.
getString
(
R
.
string
.
pref_key_autocomplete_custom
)
)
.
setSettingsProvider
Expand Down

0 comments on commit c0b1d61

Please sign in to comment.