From f763e8f42df8e99b84420c80eaff24b3573ff0bc Mon Sep 17 00:00:00 2001 From: Mike LeBeau Date: Tue, 30 Jun 2009 18:26:21 -0700 Subject: Add new attribute 'searchSettingsDescription' for use within an app's searchable.xml. This attribute defines the string to be shown as the description a searchable in the 'searchable items' section of system search settings. --- core/res/res/values/attrs.xml | 5 +++++ core/res/res/values/public.xml | 1 + 2 files changed, 6 insertions(+) (limited to 'core/res') diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 3e93b02..10308b6 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -2879,6 +2879,11 @@ results for "bo", it would not be queried again for "bob". The default value is false. Optional attribute.. --> + + + diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 2121669..148935f 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -1123,6 +1123,7 @@ + -- cgit v1.1