summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorMathew Inwood <mathewi@google.com>2012-09-21 15:25:19 +0100
committerMathew Inwood <mathewi@google.com>2012-09-21 15:25:19 +0100
commitf4c7588927f130acb0427e368ba355ed8c50cb3c (patch)
treee773fe8517ad1f8030eb8bb03b341245d232fb8c /res/xml
parenta5578e49449f22d00631a93c2b1a9d2cc509c0f1 (diff)
downloadApplicationsProvider-f4c7588927f130acb0427e368ba355ed8c50cb3c.tar.gz
android:icon is not support in the searchable config, the search app takes it from the activity info instead. Bug: 7128148 Change-Id: I944decf2538ad6b7e94d2bfcf52736c792d86891
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/searchable.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/xml/searchable.xml b/res/xml/searchable.xml
index aed545b..e6df7cd 100644
--- a/res/xml/searchable.xml
+++ b/res/xml/searchable.xml
@@ -15,7 +15,6 @@
-->
<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:searchSuggestAuthority="applications"