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
|
||||
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