[Android] Add top site and brave suggested site suggestion settings on Android #9782
Labels
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
QA Pass - Android Tab
QA Pass - Android x86
QA/Yes
release-notes/include
Milestone
Please add 2 new toggles in Android suggestions for controlling the prefs:
kTopSiteSuggestionsEnabled
and
kBraveSuggestedSiteSuggestionsEnabled
.It is to control the URL bar suggestions that come up.
The strings for them exist already for desktop in
IDS_SETTINGS_APPEARANCE_SETTINGS_USE_AUTOCOMPLETE_TOP_SITES
andIDS_SETTINGS_APPEARANCE_SETTINGS_USE_AUTOCOMPLETE_BRAVE_SUGGESTED_SITES
inapp/brave_generated_resources.grd
It is needed for 1.9.x, Basically there are some new suggestions that we populate for brave suggested sites like "Bitcoin" to give a link to buy bitcoin on Binance with a referral code.
The new suggestions FYI are these: https://github.com/brave/brave-core/blob/master/components/omnibox/browser/suggested_sites_provider_data.cc#L13
The default of the toggles is to be on.
The work for Suggested sites is all done here #9302
This is just a toggle to be able to turn it off from the Android side.
The text was updated successfully, but these errors were encountered: