Remove brave stats and top sites from NTP

This commit is contained in:
deep
2022-06-02 11:13:40 -04:00
parent 8bda75a4d6
commit 08a4e56947
4 changed files with 98 additions and 51 deletions
@@ -19,4 +19,16 @@
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="show_brave_stats"
android:title="@string/show_brave_stats"
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
<org.chromium.components.browser_ui.settings.ChromeSwitchPreference
android:key="show_top_sites"
android:title="@string/show_top_sites"
android:summaryOn="@string/text_on"
android:summaryOff="@string/text_off" />
</PreferenceScreen>