Cherish:Add three-fingers-swipe to screenshot [2/2]

Change-Id: I9f8d54f0d124535529e5f75d5bae516b4a6475f3
Signed-off-by: DennySPB <dennyspb@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
kdp162
2020-10-01 18:22:36 +00:00
committed by Hưng Phan
parent b445161fe0
commit 8cdebbd028
2 changed files with 11 additions and 0 deletions

View File

@@ -249,4 +249,8 @@
<string name="volte_icon_miui">MIUI 11</string>
<string name="volte_icon_emui">EMUI</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Swipe to screenshot</string>
<string name="three_finger_gesture_summary">Swipe three fingers to take screenshot</string>
</resources>

View File

@@ -35,6 +35,13 @@
android:defaultValue="false" />
</PreferenceCategory>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:icon="@drawable/ic_tap"
android:key="three_finger_gesture"
android:title="@string/three_finger_gesture"
android:summary="@string/three_finger_gesture_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:icon="@drawable/ic_torch"
android:key="torch_long_press_power_gesture"