Cherish: Add device controls shortcut to power menu [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -152,6 +152,7 @@
|
||||
<string name="powermenu_users">Users</string>
|
||||
<string name="powermenu_logout">Logout</string>
|
||||
<string name="powermenu_emergency">Emergency</string>
|
||||
<string name="powermenu_device_controls">Device controls</string>
|
||||
|
||||
<!-- Double Tap Lockscreen to Sleep -->
|
||||
<string name="lockscreen_gesture_title">Gestures</string>
|
||||
|
||||
@@ -68,5 +68,10 @@
|
||||
android:key="powermenu_logout"
|
||||
android:title="@string/powermenu_logout"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="powermenu_devicecontrols"
|
||||
android:title="@string/powermenu_device_controls"
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
||||
Reference in New Issue
Block a user