2018-09-15 15:21:17 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-02-08 23:33:35 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2018-09-15 15:21:17 +00:00
|
|
|
android:key="general_preferences"
|
|
|
|
android:title="@string/settings_category_updates_title">
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 23:33:35 +00:00
|
|
|
app:iconSpaceReserved="false"
|
2018-09-15 15:21:17 +00:00
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/update_app_key"
|
|
|
|
android:title="@string/updates_setting_title"
|
|
|
|
android:summary="@string/updates_setting_description"/>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|