Skip to content

Commit 4ebecd2

Browse files
committed
add widget previews
1 parent f1c6a86 commit 4ebecd2

File tree

6 files changed

+2
-1
lines changed

6 files changed

+2
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
android:screenOrientation="portrait"/>
4040

4141
<receiver
42-
android:name=".MyWidgetProvider">
42+
android:name=".MyWidgetProvider"
43+
android:icon="@mipmap/widget_preview">
4344
<intent-filter>
4445
<action android:name="android.appwidget.action.APPWIDGET_UPDATE"/>
4546
</intent-filter>
13.8 KB
Loading
4.24 KB
Loading
12.1 KB
Loading
33.4 KB
Loading
25.8 KB
Loading

0 commit comments

Comments
 (0)