From a18cd6aef57d1cdf64f6b20fba5ac2af564cad00 Mon Sep 17 00:00:00 2001 From: John Wu Date: Sat, 25 Feb 2023 12:02:42 +0000 Subject: [PATCH] DynamicSystemInstallationService should not include intent filter Communication with services is required to go through explicit intents. This service is protected with permissions, so no need to add additional intent filters for protection. Bug: 270573773 Test: atest DynamicSystemClientTest Change-Id: I5851982f5a12d1036f6909b26247d9e71ca26933 --- .../DynamicSystemInstallationService/AndroidManifest.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/packages/DynamicSystemInstallationService/AndroidManifest.xml b/packages/DynamicSystemInstallationService/AndroidManifest.xml index b194738c67b6d..c2aaeace1af62 100644 --- a/packages/DynamicSystemInstallationService/AndroidManifest.xml +++ b/packages/DynamicSystemInstallationService/AndroidManifest.xml @@ -21,12 +21,7 @@ android:exported="true" android:permission="android.permission.INSTALL_DYNAMIC_SYSTEM" android:foregroundServiceType="systemExempted" - android:process=":dynsystem"> - - - - - + android:process=":dynsystem" />