Merge "Add an explicit android:exported flag."

This commit is contained in:
Treehugger Robot
2021-01-12 00:31:10 +00:00
committed by Gerrit Code Review

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