summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-05-01 15:06:23 +0100
committerBjorn Bringert <bringert@android.com>2009-05-01 15:06:23 +0100
commite5b045de0d72577c347c96d57d1f7460cb2b9613 (patch)
treed6b16ac6cc8cf24c9441587f7d724bd2320f721b /res
parent8533a8f88d7acdf7db347af14a5503a4cbbe9df3 (diff)
downloadApplicationsProvider-e5b045de0d72577c347c96d57d1f7460cb2b9613.tar.gz
Set includeInGlobalSearch in ApplicationsProvider.
Diffstat (limited to 'res')
-rw-r--r--res/xml/searchable.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index a95729e..7764951 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -17,6 +17,7 @@
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
android:icon="@android:drawable/sym_def_app_icon"
android:label="@string/search_label"
+ android:includeInGlobalSearch="true"
android:searchMode="showSearchLabelAsBadge"
android:searchSuggestAuthority="applications"
android:searchSuggestIntentAction="android.intent.action.MAIN"