Implement default assist app setting
- Add "None" support to AppListPreference - Add DefaultAssistPreference to manage assist; - Add AppListPreferenceWithSettings to show a settings icon; - Implement DefaultAssistPreference based on AppListPreferenceWithSettings; - Move voice input settings into ManageAssist and implement it based on AppListPreferenceWithSettings; Bug:20210110 Change-Id: If283b8b55a46b428ecfa6e45dc2123292b1d4302
This commit is contained in:
@@ -63,12 +63,6 @@
|
||||
android:key="voice_category"
|
||||
android:title="@string/voice_category" >
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="voice_input_settings"
|
||||
android:title="@string/voice_input_settings_title"
|
||||
android:fragment="com.android.settings.voice.VoiceInputSettings"
|
||||
/>
|
||||
|
||||
<PreferenceScreen
|
||||
android:key="tts_settings"
|
||||
android:title="@string/tts_settings_title"
|
||||
|
||||
Reference in New Issue
Block a user