Merge "DynamicSystemInstallationService should not include intent filter" into udc-dev

This commit is contained in:
John Wu
2023-02-27 21:49:37 +00:00
committed by Android (Google) Code Review

View File

@@ -21,12 +21,7 @@
android:exported="true" android:exported="true"
android:permission="android.permission.INSTALL_DYNAMIC_SYSTEM" android:permission="android.permission.INSTALL_DYNAMIC_SYSTEM"
android:foregroundServiceType="systemExempted" android:foregroundServiceType="systemExempted"
android:process=":dynsystem"> 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>
<activity android:name=".VerificationActivity" <activity android:name=".VerificationActivity"
android:exported="true" android:exported="true"