summaryrefslogtreecommitdiff
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
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
-rw-r--r--AndroidManifest.xml1
-rw-r--r--res/xml/searchable.xml1
2 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d77c335..b69f6d9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -12,6 +12,7 @@
<activity android:name="ApplicationLauncher"
android:label="@string/search_label"
+ android:icon="@android:drawable/sym_def_app_icon"
android:stateNotNeeded="true"
android:excludeFromRecents="true">
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"