Merge "DynamicSystemInstallationService should not include intent filter" into udc-dev am: acf1634e48
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21597956 Change-Id: I86852a925352280de56f73cedf3e66f7b821dda1 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -21,12 +21,7 @@
|
||||
android:exported="true"
|
||||
android:permission="android.permission.INSTALL_DYNAMIC_SYSTEM"
|
||||
android:foregroundServiceType="systemExempted"
|
||||
android:process=":dynsystem">
|
||||
<intent-filter>
|
||||
<action android:name="android.os.image.action.NOTIFY_IF_IN_USE" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
</service>
|
||||
android:process=":dynsystem" />
|
||||
|
||||
<activity android:name=".VerificationActivity"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user