|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="system_checkupdates"
|
|
|
|
android:title="@string/pref_checkupdates"
|
|
|
|
android:summary="@string/pref_checkupdates_info"
|
|
|
|
android:defaultValue="true" />
|
|
|
|
|
|
|
|
<CheckBoxPreference
|
|
|
|
android:key="system_usedarktheme"
|
|
|
|
android:title="@string/pref_usedarktheme"
|
|
|
|
android:summary="@string/pref_usedarktheme_info"
|
|
|
|
android:defaultValue="false" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_sendlog"
|
|
|
|
android:title="@string/pref_sendlog"
|
|
|
|
android:summary="@string/pref_sendlog_info" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_installhelp"
|
|
|
|
android:title="@string/pref_installhelp"
|
|
|
|
android:summary="@string/pref_installhelp_info" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_importsettings"
|
|
|
|
android:title="@string/pref_import" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_exportsettings"
|
|
|
|
android:title="@string/pref_export" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_changelog"
|
|
|
|
android:title="@string/pref_changelog" />
|
|
|
|
|
|
|
|
<Preference
|
|
|
|
android:key="system_about"
|
|
|
|
android:title="@string/pref_about" />
|
|
|
|
|
|
|
|
</PreferenceScreen>
|