blob: 59ba2f53b9e42dac09f61925ae1192bc0e792fde [file] [log] [blame]
Jorim Jaggibc38a9a2015-05-18 17:36:50 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2015 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
Fan Zhangb39805e2017-02-09 11:34:48 -080019 xmlns:android="http://schemas.android.com/apk/res/android"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080020 xmlns:settings="http://schemas.android.com/apk/res-auto"
Fan Zhang823dde52017-10-26 15:56:41 -070021 android:key="manage_assist_screen"
Tsung-Mao Fanga5da81d2020-03-11 18:13:54 +080022 android:title="@string/default_assist_title"
Fan Zhanga79c3772018-08-14 16:25:54 -070023 settings:keywords="@string/keywords_assist_input">
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070024
Fan Zhangdfce62c2017-02-16 15:00:53 -080025 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080026 android:key="default_assist"
Tsung-Mao Fanga5da81d2020-03-11 18:13:54 +080027 android:title="@string/default_digital_assistant_title"
Edgar Wangf0ca8d42020-05-15 10:20:43 +080028 android:summary="@string/summary_placeholder"
29 settings:searchable="false"/>
Xiyuan Xia86a55402015-06-02 14:55:32 -070030
Philip Quinna9831d42017-02-13 20:07:09 -080031 <Preference
Matthew Fritze742467e2017-04-11 16:35:48 -070032 android:key="gesture_assist_application"
Philip Quinna9831d42017-02-13 20:07:09 -080033 android:title="@string/assist_gesture_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080034 android:fragment="com.android.settings.gestures.AssistGestureSettings"
35 settings:controller="com.android.settings.gestures.AssistGestureSettingsPreferenceController" />
Philip Quinna9831d42017-02-13 20:07:09 -080036
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070037 <SwitchPreference
38 android:key="context"
39 android:title="@string/assist_access_context_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080040 android:summary="@string/assist_access_context_summary" />
Jorim Jaggi71253072015-05-19 14:02:05 -070041
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070042 <SwitchPreference
43 android:key="screenshot"
44 android:title="@string/assist_access_screenshot_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080045 android:summary="@string/assist_access_screenshot_summary" />
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070046
Adrian Roosfff9fd82016-08-11 15:45:22 -070047 <SwitchPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080048 android:key="flash"
49 android:title="@string/assist_flash_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080050 android:summary="@string/assist_flash_summary" />
Adrian Roosfff9fd82016-08-11 15:45:22 -070051
Fan Zhangdfce62c2017-02-16 15:00:53 -080052 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080053 android:key="voice_input_settings"
Fan Zhangdfce62c2017-02-16 15:00:53 -080054 android:title="@string/voice_input_settings_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080055 android:fragment="com.android.settings.applications.assist.DefaultVoiceInputPicker" />
Jorim Jaggi71253072015-05-19 14:02:05 -070056
Sunny Shao6e21c762019-08-15 15:56:10 +080057 <com.android.settingslib.widget.FooterPreference
58 android:key="manage_assist_footer"
59 android:title="@string/assist_footer"
60 android:selectable="false"
61 settings:searchable="false"/>
62
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070063</PreferenceScreen>