Skip to content

Commit dcefa03

Browse files
committed
widget should be exported to work on android 12
1 parent a2b8cbe commit dcefa03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<!-- Service declarations -->
4747
<receiver
4848
android:name=".Widget"
49-
android:exported="false">
49+
android:exported="true">
5050
<intent-filter>
5151
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
5252
</intent-filter>

0 commit comments

Comments
 (0)