blob: dec8bc3d443f91f6a318ec37cac4ef9d1d2ab6d5 [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"
Fan Zhangb39805e2017-02-09 11:34:48 -080022 android:title="@string/assist_and_voice_input_title">
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070023
Fan Zhangdfce62c2017-02-16 15:00:53 -080024 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080025 android:key="default_assist"
26 android:title="@string/default_assist_title"
jeffreyhuangbb2911c2017-10-24 16:57:28 -070027 android:summary="@string/summary_placeholder"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080028 android:fragment="com.android.settings.applications.assist.DefaultAssistPicker" />
Xiyuan Xia86a55402015-06-02 14:55:32 -070029
Philip Quinna9831d42017-02-13 20:07:09 -080030 <Preference
Matthew Fritze742467e2017-04-11 16:35:48 -070031 android:key="gesture_assist_application"
Philip Quinna9831d42017-02-13 20:07:09 -080032 android:title="@string/assist_gesture_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080033 android:fragment="com.android.settings.gestures.AssistGestureSettings"
34 settings:controller="com.android.settings.gestures.AssistGestureSettingsPreferenceController" />
Philip Quinna9831d42017-02-13 20:07:09 -080035
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070036 <SwitchPreference
37 android:key="context"
38 android:title="@string/assist_access_context_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080039 android:summary="@string/assist_access_context_summary" />
Jorim Jaggi71253072015-05-19 14:02:05 -070040
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070041 <SwitchPreference
42 android:key="screenshot"
43 android:title="@string/assist_access_screenshot_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080044 android:summary="@string/assist_access_screenshot_summary" />
Jorim Jaggid9bd96b2015-06-26 16:40:41 -070045
Adrian Roosfff9fd82016-08-11 15:45:22 -070046 <SwitchPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080047 android:key="flash"
48 android:title="@string/assist_flash_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080049 android:summary="@string/assist_flash_summary" />
Adrian Roosfff9fd82016-08-11 15:45:22 -070050
Fan Zhangdfce62c2017-02-16 15:00:53 -080051 <com.android.settings.widget.GearPreference
Fan Zhangb39805e2017-02-09 11:34:48 -080052 android:key="voice_input_settings"
Fan Zhangdfce62c2017-02-16 15:00:53 -080053 android:title="@string/voice_input_settings_title"
HJ ChangLiao22f53c02018-04-02 17:06:55 +080054 android:fragment="com.android.settings.applications.assist.DefaultVoiceInputPicker" />
Jorim Jaggi71253072015-05-19 14:02:05 -070055
Jorim Jaggibc38a9a2015-05-18 17:36:50 -070056</PreferenceScreen>