Option to allow updates to unstable app versions

This commit is contained in:
Koitharu
2023-02-13 18:44:22 +02:00
parent c119db67e9
commit b6bfef6b50
6 changed files with 26 additions and 5 deletions

View File

@@ -10,11 +10,18 @@
android:persistent="false"
android:summary="@string/check_for_updates" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="updates_unstable"
android:summary="@string/allow_unstable_updates_summary"
android:title="@string/allow_unstable_updates" />
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="logging"
android:summary="@string/enable_logging_summary"
android:title="@string/enable_logging" />
android:title="@string/enable_logging"
app:allowDividerAbove="true" />
<Preference
android:dependency="logging"