2018-09-15 20:51:17 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 20:24:02 +02:00
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-08 17:33:35 -06:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-09-15 20:51:17 +05:30
|
|
|
android:key="general_preferences"
|
|
|
|
android:title="@string/settings_category_updates_title">
|
|
|
|
|
2020-08-27 16:55:57 -04:00
|
|
|
<SwitchPreferenceCompat
|
2018-09-15 20:51:17 +05:30
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/update_app_key"
|
2020-10-09 20:24:02 +02:00
|
|
|
android:summary="@string/updates_setting_description"
|
2018-09-15 20:51:17 +05:30
|
|
|
android:title="@string/updates_setting_title"
|
2020-10-09 20:24:02 +02:00
|
|
|
app:iconSpaceReserved="false" />
|
2018-09-15 20:51:17 +05:30
|
|
|
|
|
|
|
</PreferenceScreen>
|