You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
477 B

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/standby">
<ListPreference
android:defaultValue="str"
android:dialogTitle="@string/suspend_mode"
android:entries="@array/set_suspend_mode_list"
android:entryValues="@array/set_suspend_mode_value"
android:key="standby_mode"
android:title="@string/suspend_mode"/>
</PreferenceScreen>