Merge "Fix missing exported=true in manifest." into sc-dev am: 299c0567a5 am: 6b2996f59f
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15407912 Change-Id: I3ace02e31e22d1c8fde4661fc94e96dba2954d98
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user