Merge "PackageInstaller: Add an exported flag in manifest"
This commit is contained in:
committed by
Android (Google) Code Review
commit
6ba51b0c6f
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user