Merge "Fix missing exported=true in manifest." into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
299c0567a5
@@ -134,6 +134,7 @@
|
|||||||
<receiver
|
<receiver
|
||||||
android:name=".widget.PaintChipsWidget"
|
android:name=".widget.PaintChipsWidget"
|
||||||
android:label="@string/s_egg_name"
|
android:label="@string/s_egg_name"
|
||||||
|
android:exported="true"
|
||||||
android:enabled="false">
|
android:enabled="false">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
<action android:name="android.appwidget.action.APPWIDGET_UPDATE" />
|
||||||
@@ -145,4 +146,4 @@
|
|||||||
</receiver>
|
</receiver>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|||||||
Reference in New Issue
Block a user