blob: 87c2988ac2a91916b0fd91f149f1f4f65bedd957 [file] [log] [blame]
Michael Wright29d52672018-01-24 15:40:46 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2018 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Fan Zhang36680b02018-03-07 14:15:28 -080017<PreferenceScreen
18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:app="http://schemas.android.com/apk/res-auto"
Matthew Fritze5c5a9212018-03-21 13:46:11 -070020 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang36680b02018-03-07 14:15:28 -080021 android:title="@string/accessibility_vibration_settings_title">
Michael Wright29d52672018-01-24 15:40:46 +000022
23 <Preference
Alexey Kuzmin3c51e822018-12-10 11:58:06 +000024 android:fragment="com.android.settings.accessibility.RingVibrationPreferenceFragment"
25 android:key="ring_vibration_preference_screen"
26 android:title="@string/accessibility_ring_vibration_title"
27 settings:keywords="@string/keywords_ring_vibration"
28 app:controller="com.android.settings.accessibility.RingVibrationIntensityPreferenceController" />
29
30 <Preference
Michael Wright29d52672018-01-24 15:40:46 +000031 android:fragment="com.android.settings.accessibility.NotificationVibrationPreferenceFragment"
32 android:key="notification_vibration_preference_screen"
Fan Zhang36680b02018-03-07 14:15:28 -080033 android:title="@string/accessibility_notification_vibration_title"
Alexey Kuzmin3c51e822018-12-10 11:58:06 +000034 settings:keywords="@string/keywords_notification_vibration"
Fan Zhang36680b02018-03-07 14:15:28 -080035 app:controller="com.android.settings.accessibility.NotificationVibrationIntensityPreferenceController" />
Michael Wright29d52672018-01-24 15:40:46 +000036
37 <Preference
38 android:fragment="com.android.settings.accessibility.TouchVibrationPreferenceFragment"
39 android:key="touch_vibration_preference_screen"
Fan Zhang36680b02018-03-07 14:15:28 -080040 android:title="@string/accessibility_touch_vibration_title"
Matthew Fritze5c5a9212018-03-21 13:46:11 -070041 settings:keywords="@string/keywords_touch_vibration"
Fan Zhang36680b02018-03-07 14:15:28 -080042 app:controller="com.android.settings.accessibility.HapticFeedbackIntensityPreferenceController" />
Michael Wright29d52672018-01-24 15:40:46 +000043</PreferenceScreen>