Merge "Add an explicit android:exported flag." am: a322e3232b am: 10fe66e166
Original change: https://android-review.googlesource.com/c/platform/development/+/1547214 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I7e32a1421ee03b4063f796f3d24142d4b00ab0d4
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
<application>
|
<application>
|
||||||
<activity android:name="DefaultActivity"
|
<activity android:name="DefaultActivity"
|
||||||
android:excludeFromRecents="true">
|
android:excludeFromRecents="true">
|
||||||
|
android:exported="true">
|
||||||
<intent-filter android:priority="3">
|
<intent-filter android:priority="3">
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
<category android:name="android.intent.category.HOME" />
|
<category android:name="android.intent.category.HOME" />
|
||||||
|
|||||||
Reference in New Issue
Block a user