diff options
-rw-r--r-- | AndroidManifest.xml | 3 |
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> |