summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
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>