summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorMike Cleron <mcleron@google.com>2009-09-29 13:04:28 -0700
committerMike Cleron <mcleron@google.com>2009-09-29 13:04:28 -0700
commitb74a9fe64871cbbdbf2f455e3e6558449618ac4a (patch)
treeff6e9e8981f7c484b2c6cd3daebaab27a79d1ea3 /AndroidManifest.xml
parent2f050195a3608e0413d8af30867e988c216908ee (diff)
downloadLegacyCamera-b74a9fe64871cbbdbf2f455e3e6558449618ac4a.zip
LegacyCamera-b74a9fe64871cbbdbf2f455e3e6558449618ac4a.tar.gz
LegacyCamera-b74a9fe64871cbbdbf2f455e3e6558449618ac4a.tar.bz2
New icons
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e6216db..8bd652a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -200,7 +200,8 @@
</intent-filter>
</activity>
- <receiver android:name="PhotoAppWidgetProvider" android:label="@string/gadget_title">
+ <receiver android:name="PhotoAppWidgetProvider" android:label="@string/gadget_title"
+ android:icon="@drawable/ic_launcher_gallery">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
</intent-filter>