Doris Ling | 55ce7de | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Copyright (C) 2017 The Android Open Source Project |
| 4 | |
| 5 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | you may not use this file except in compliance with the License. |
| 7 | You may obtain a copy of the License at |
| 8 | |
| 9 | http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | |
| 11 | Unless required by applicable law or agreed to in writing, software |
| 12 | distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | See the License for the specific language governing permissions and |
| 15 | limitations under the License. |
| 16 | --> |
| 17 | |
| 18 | <PreferenceScreen |
| 19 | xmlns:android="http://schemas.android.com/apk/res/android" |
Fan Zhang | 823dde5 | 2017-10-26 15:56:41 -0700 | [diff] [blame] | 20 | android:key="gesture_settings_screen" |
Doris Ling | 55ce7de | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 21 | android:title="@string/gesture_preference_title" > |
| 22 | |
| 23 | <Preference |
| 24 | android:key="gesture_assist_input_summary" |
| 25 | android:title="@string/assist_gesture_title" |
| 26 | android:fragment="com.android.settings.gestures.AssistGestureSettings" /> |
| 27 | |
| 28 | <Preference |
| 29 | android:key="gesture_swipe_down_fingerprint_input_summary" |
| 30 | android:title="@string/fingerprint_swipe_for_notifications_title" |
| 31 | android:fragment="com.android.settings.gestures.SwipeToNotificationSettings" /> |
| 32 | |
| 33 | <Preference |
| 34 | android:key="gesture_double_tap_power_input_summary" |
| 35 | android:title="@string/double_tap_power_for_camera_title" |
| 36 | android:fragment="com.android.settings.gestures.DoubleTapPowerSettings" /> |
| 37 | |
| 38 | <Preference |
| 39 | android:key="gesture_double_twist_input_summary" |
| 40 | android:title="@string/double_twist_for_camera_mode_title" |
| 41 | android:fragment="com.android.settings.gestures.DoubleTwistGestureSettings" /> |
| 42 | |
| 43 | <Preference |
| 44 | android:key="gesture_double_tap_screen_input_summary" |
| 45 | android:title="@string/ambient_display_title" |
| 46 | android:fragment="com.android.settings.gestures.DoubleTapScreenSettings" /> |
| 47 | |
| 48 | <Preference |
| 49 | android:key="gesture_pick_up_input_summary" |
| 50 | android:title="@string/ambient_display_pickup_title" |
| 51 | android:fragment="com.android.settings.gestures.PickupGestureSettings" /> |
| 52 | |
Julia Reynolds | 15dfbbe | 2018-03-16 11:31:12 -0400 | [diff] [blame^] | 53 | <Preference |
| 54 | android:key="gesture_prevent_ringing_summary" |
| 55 | android:title="@string/gesture_prevent_ringing_screen_title" |
| 56 | android:fragment="com.android.settings.gestures.PreventRingingGestureSettings" /> |
| 57 | |
Doris Ling | 55ce7de | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 58 | </PreferenceScreen> |