Allow disabling similar, related & more apps in app details page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user