Cherish: Add device controls shortcut to power menu [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
LuK1337
2022-03-02 12:39:36 +09:00
committed by Hưng Phan
parent c973dacc6b
commit ed07415628
2 changed files with 6 additions and 0 deletions

View File

@@ -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>

View File

@@ -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>