Option to allow updates to unstable app versions
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user