summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjorn Bringert <bringert@android.com>2009-07-15 17:47:31 +0100
committerBjorn Bringert <bringert@android.com>2009-07-15 17:47:31 +0100
commit443e1e900b7613b5ead983f2dda15488fbf78297 (patch)
treeba77fb4c0d1bc6da427c2a91ed18335d47e3092a
parentf80418069834e7cc70a00ce9a7f7129761204fd2 (diff)
downloadGoogleSearch-443e1e900b7613b5ead983f2dda15488fbf78297.tar.gz
Set GoogleSearch activity label to "Google"
This will fix the name of the provider shown under "More results..." See http://b/issue?id=1981565
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c97226b..23c3be9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -29,6 +29,7 @@
android:label="@string/app_label">
<activity android:name=".GoogleSearch"
+ android:label="@string/search_label"
android:theme="@android:style/Theme.NoDisplay"
android:excludeFromRecents="true">
<intent-filter>