summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatish Sampath <satish@android.com>2009-06-10 14:03:09 +0100
committerSatish Sampath <satish@android.com>2009-06-10 14:03:09 +0100
commit2ce31b829a54a2799fcf927c98bf284d03377b61 (patch)
tree5af29514ad161520389a142799f96bb753e3110b
parent8572df96489d8733d983d8f85e14d870dd6a838d (diff)
downloadWebSearchProvider-2ce31b829a54a2799fcf927c98bf284d03377b61.tar.gz
Adds icon to represent third party web search engines.
-rw-r--r--AndroidManifest.xml5
-rwxr-xr-xres/drawable/searchengine.pngbin0 -> 1723 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index b5cbe3e..ff4a56f 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,8 +21,11 @@
package="com.android.websearch"
android:sharedUserId="android.uid.shared">
+ <uses-permission android:name="android.permission.INTERNET" />
+
<application android:label="Web Search"
- android:process="android.process.acore">
+ android:icon="@drawable/searchengine"
+ android:process="android.process.acore">
<activity android:name=".WebSearch"
android:theme="@android:style/Theme.NoDisplay"
diff --git a/res/drawable/searchengine.png b/res/drawable/searchengine.png
new file mode 100755
index 0000000..2293d46
--- /dev/null
+++ b/res/drawable/searchengine.png
Binary files differ