From 86a554091d0705f2152fcf1d78ca1c7720d9842c Mon Sep 17 00:00:00 2001 From: Xiyuan Xia Date: Tue, 2 Jun 2015 14:55:32 -0700 Subject: 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 --- res/xml/default_apps.xml | 4 ++-- res/xml/language_settings.xml | 6 ------ res/xml/manage_assist.xml | 11 +++++++++++ 3 files changed, 13 insertions(+), 8 deletions(-) (limited to 'res/xml') diff --git a/res/xml/default_apps.xml b/res/xml/default_apps.xml index ab65ac8..d5f9de0 100644 --- a/res/xml/default_apps.xml +++ b/res/xml/default_apps.xml @@ -20,9 +20,9 @@ android:key="default_apps"> - - + + + + -- cgit v1.1