Add google play version selection to settings

This commit is contained in:
vladrevers
2023-11-26 23:43:16 +02:00
committed by vladkryv
parent cbc5ff32c8
commit 582194bb87
9 changed files with 63 additions and 0 deletions

View File

@@ -47,4 +47,13 @@
app:key="PREFERENCE_INSECURE_ANONYMOUS"
app:summary="@string/pref_insecure_anonymous_summary"
app:title="@string/pref_insecure_anonymous_title" />
<com.aurora.store.view.custom.preference.AuroraListPreference
app:defaultValue="0"
app:entries="@array/pref_vending_version"
app:entryValues="@array/pref_vending_version_values"
app:iconSpaceReserved="false"
app:key="PREFERENCE_VENDING_VERSION"
app:title="@string/pref_vending_version_title"
app:useSimpleSummaryProvider="true" />
</PreferenceScreen>