Cherish:Pimp the power menu out [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex Cruz
2017-09-19 19:17:56 +08:00
committed by Hưng Phan
parent e1a4c986a6
commit 9354fecbab
2 changed files with 60 additions and 0 deletions

View File

@@ -17,5 +17,50 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/powermenu_title"
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_power"
android:title="@string/powermenu_power"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_restart"
android:title="@string/powermenu_restart"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_advanced"
android:title="@string/powermenu_advanced"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_screenshot"
android:title="@string/powermenu_screenshot"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_settings"
android:title="@string/powermenu_settings"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_lockdown"
android:title="@string/powermenu_lockdown"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_emergency"
android:title="@string/powermenu_emergency"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_users"
android:title="@string/powermenu_users"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="powermenu_logout"
android:title="@string/powermenu_logout"
android:defaultValue="false" />
</PreferenceScreen>