Cherish:Add disable power in lockscreen

This commit is contained in:
Hưng Phan
2020-04-02 10:07:06 +07:00
parent 3b585656a9
commit a161145a9a

View File

@@ -24,5 +24,11 @@
android:title="@string/advanced_reboot_title"
android:summary="@string/advanced_reboot_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="lockscreen_disable_power_menu"
android:title="@string/lockscreen_power_menu_disabled_title"
android:summary="@string/lockscreen_power_menu_disabled_summary"
android:defaultValue="false" />
</PreferenceScreen>