Skip to content

Commit 952769d

Browse files
committed
Made widget fully functional
1 parent c40d024 commit 952769d

17 files changed

+27
-8
lines changed

AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
<category android:name="nl.techinc.notify" />
4040
</intent-filter>
4141
</receiver>
42-
<receiver android:name="NotifyAppWidgetProvider" android:exported="false">
42+
<receiver android:name="NotifyAppWidgetProvider"
43+
android:exported="false"
44+
android:icon="@drawable/techinclogo">
4345
<intent-filter>
4446
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
4547
</intent-filter>

bin/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@
3939
<category android:name="nl.techinc.notify" />
4040
</intent-filter>
4141
</receiver>
42-
<receiver android:name="NotifyAppWidgetProvider" android:exported="false">
42+
<receiver android:name="NotifyAppWidgetProvider"
43+
android:exported="false"
44+
android:icon="@drawable/techinclogo">
4345
<intent-filter>
4446
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
4547
</intent-filter>

bin/Techinc-Notify.apk

169 Bytes
Binary file not shown.

bin/classes.dex

96 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
35 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)