2018-09-15 20:51:17 +05:30
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<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">
|
|
|
|
|
|
|
|
<SwitchPreference
|
2019-02-08 17:33:35 -06:00
|
|
|
app:iconSpaceReserved="false"
|
2018-09-15 20:51:17 +05:30
|
|
|
android:defaultValue="true"
|
|
|
|
android:key="@string/update_app_key"
|
|
|
|
android:title="@string/updates_setting_title"
|
|
|
|
android:summary="@string/updates_setting_description"/>
|
|
|
|
|
|
|
|
</PreferenceScreen>
|