Merge "PackageInstaller: Add an exported flag in manifest"

This commit is contained in:
Ashwini Oruganti
2020-03-10 23:31:43 +00:00
committed by Android (Google) Code Review

View File

@@ -94,7 +94,8 @@
android:configChanges="orientation|keyboardHidden|screenSize"
android:theme="@style/Theme.AlertDialogActivity.NoActionBar"
android:excludeFromRecents="true"
android:noHistory="true">
android:noHistory="true"
android:exported="true">
<intent-filter android:priority="1">
<action android:name="android.intent.action.DELETE" />
<action android:name="android.intent.action.UNINSTALL_PACKAGE" />