Allow disabling similar, related & more apps in app details page

This commit is contained in:
Rahul Kumar Patel
2021-04-04 03:57:33 +05:30
parent 2dd570dd05
commit a76638af0d
5 changed files with 15 additions and 1 deletions

View File

@@ -69,4 +69,11 @@
app:key="PREFERENCE_FOR_YOU"
app:summary="@string/pref_ui_no_for_you_desc"
app:title="@string/pref_ui_no_for_you" />
<SwitchPreferenceCompat
app:defaultValue="true"
app:iconSpaceReserved="false"
app:key="PREFERENCE_SIMILAR"
app:summary="@string/pref_ui_similar_apps_desc"
app:title="@string/pref_ui_similar_apps" />
</androidx.preference.PreferenceScreen>