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:
Treehugger Robot
2021-01-12 01:15:04 +00:00
committed by Automerger Merge Worker

View File

@@ -28,6 +28,7 @@
<application>
<activity android:name="DefaultActivity"
android:excludeFromRecents="true">
android:exported="true">
<intent-filter android:priority="3">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />