blob: 120309a47f47cd8832600cadbb0d3740364b27e9 [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"
20 android:title="@string/assist_and_voice_input_title">
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070021
Fan Zhangdfce62c2017-02-16 15:00:53 -080022 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080023 android:key="default_assist"
24 android:title="@string/default_assist_title"
jeffreyhuangbb2911c2017-10-24 16:57:28 -070025 android:summary="@string/summary_placeholder"
Fan Zhangdfce62c2017-02-16 15:00:53 -080026 android:fragment="com.android.settings.applications.assist.DefaultAssistPicker"/>
Xiyuan Xia86a55402015-06-02 14:55:32 -070027
Philip Quinna9831d42017-02-13 20:07:09 -080028 <Preference
Matthew Fritze742467e2017-04-11 16:35:48 -070029 android:key="gesture_assist_application"
Philip Quinna9831d42017-02-13 20:07:09 -080030 android:title="@string/assist_gesture_title"
31 android:fragment="com.android.settings.gestures.AssistGestureSettings"/>
32
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070033 <SwitchPreference
34 android:key="context"
35 android:title="@string/assist_access_context_title"
Jason Monk31c7c322016-01-20 14:41:52 -050036 android:summary="@string/assist_access_context_summary"/>
Jorim Jaggi71253072015-05-19 14:02:05 -070037
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070038 <SwitchPreference
39 android:key="screenshot"
40 android:title="@string/assist_access_screenshot_title"
Jason Monk31c7c322016-01-20 14:41:52 -050041 android:summary="@string/assist_access_screenshot_summary"/>
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070042
Adrian Roosfff9fd82016-08-11 15:45:22 -070043 <SwitchPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080044 android:key="flash"
45 android:title="@string/assist_flash_title"
46 android:summary="@string/assist_flash_summary"/>
Adrian Roosfff9fd82016-08-11 15:45:22 -070047
Fan Zhangdfce62c2017-02-16 15:00:53 -080048 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080049 android:key="voice_input_settings"
Fan Zhangdfce62c2017-02-16 15:00:53 -080050 android:title="@string/voice_input_settings_title"
51 android:fragment="com.android.settings.applications.assist.DefaultVoiceInputPicker"/>
Jorim Jaggi71253072015-05-19 14:02:05 -070052
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070053</PreferenceScreen>