You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CustoMIUIzer/app/src/main/res/xml/prefs_system_noscreenlock.xml

57 lines
2.3 KiB
XML

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:miuizer="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:key="pref_key_system_noscreenlock_act"
android:title="@string/enable_mod"
android:defaultValue="false" />
android:title="@string/settings"
android:dependency="pref_key_system_noscreenlock_act"
miuizer:dynamic="true">
android:key="pref_key_system_noscreenlock"
android:summary="@string/system_noscreenlock_summ"
android:title="@string/system_noscreenlock_title"
android:entries="@array/noscreenlock"
android:entryValues="@array/noscreenlock_val"
android:defaultValue="1" />
android:key="pref_key_system_noscreenlock_req"
android:summary="@string/system_noscreenlock_req_summ"
android:title="@string/array_screenlock_bootonly"
android:entries="@array/noscreenlockreq"
android:entryValues="@array/noscreenlockreq_val"
android:defaultValue="1" />
android:key="pref_key_system_noscreenlock_skip"
android:summary="@string/system_noscreenlock_scr_summ"
android:title="@string/system_noscreenlock_scr_title"
android:defaultValue="false" />
android:key="pref_key_system_noscreenlock_nofaceunlock"
android:summary="@string/system_noscreenlock_nofaceunlock_summ"
android:title="@string/system_noscreenlock_nofaceunlock_title"
android:defaultValue="false" />
android:title="@string/system_noscreenlock_wifi_title"
android:summary="@string/system_noscreenlock_wifi_summ"
android:key="pref_key_system_noscreenlock_wifi" />
android:title="@string/system_noscreenlock_bt_title"
android:summary="@string/system_noscreenlock_bt_summ"
android:key="pref_key_system_noscreenlock_bt" />