Fix missing exported=true in manifest.

Fixes: 194858181
Test: clean build, then `adb shell pm list packages | grep egg`
Change-Id: Ia45a8c28c76b52f8350500c60fb7b85706b82d63
This commit is contained in:
Dan Sandler
2021-07-27 23:57:51 -04:00
parent f408df6338
commit da43596112

View File

@@ -134,6 +134,7 @@
<receiver
android:name=".widget.PaintChipsWidget"
android:label="@string/s_egg_name"
android:exported="true"
android:enabled="false">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
@@ -145,4 +146,4 @@
</receiver>
</application>
</manifest>
</manifest>