Cherish:Add shortcuts for system gestures
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -830,4 +830,8 @@
|
|||||||
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
|
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
|
||||||
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
|
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
|
||||||
|
|
||||||
|
<!-- Navbar Entries -->
|
||||||
|
<string name="navbar_gestures_title">Navigation gesture options</string>
|
||||||
|
<string name="navbar_gestures_summary">Choose buttons or gestures to navigate your device</string>
|
||||||
|
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -18,18 +18,18 @@
|
|||||||
android:title="@string/button_title"
|
android:title="@string/button_title"
|
||||||
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
|
||||||
|
|
||||||
<!--<PreferenceCategory
|
<PreferenceCategory
|
||||||
android:key="navbar"
|
android:key="navbar"
|
||||||
android:title="@string/navbar_title">
|
android:title="@string/navbar_title">
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:title="@string/navbar_tuner_title"
|
android:key="system_navigation_settings_preferences"
|
||||||
android:icon="@drawable/ic_shortcuts">
|
android:title="@string/navbar_gestures_title"
|
||||||
<intent android:action="android.intent.action.MAIN"
|
android:summary="@string/navbar_gestures_summary"
|
||||||
android:targetPackage="com.android.systemui"
|
android:fragment="com.android.settings.gestures.SystemNavigationGestureSettings"
|
||||||
android:targetClass="com.android.systemui.tuner.NavBarActivity" />
|
settings:controller="com.android.settings.gestures.SystemNavigationPreferenceController" />
|
||||||
</Preference>
|
</Preference>
|
||||||
</PreferenceCategory> -->
|
</PreferenceCategory>
|
||||||
|
|
||||||
<Preference
|
<Preference
|
||||||
android:key="gesture_key"
|
android:key="gesture_key"
|
||||||
|
|||||||
Reference in New Issue
Block a user