From 42aea1192c812c7efce4bbd3ed1ae4a7f183440d Mon Sep 17 00:00:00 2001 From: Mark Renouf Date: Mon, 20 Mar 2023 17:03:46 -0400 Subject: [PATCH] Finish cleanup of CTS-V admin/tapjacking/UsbTest This alias should have been removed with the test. Bug: 241764499 Test: manual; Test alias is removed: > adb shell am start -e fingerprints placeholder -e key placeholder com.android.systemui/.usb.UsbDebuggingActivity No dialog should appear. Test remaining activity: > adb unroot > adb shell am start -e fingerprints placeholder -e key placeholder com.android.systemui/.usb.UsbDebuggingActivity No dialog should appear. Change-Id: I51625874cb21ada1c0523d157c3f2d60f183b6c9 --- packages/SystemUI/AndroidManifest.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 4290ca0d09822..5c434da613b66 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -631,12 +631,6 @@ android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true"> - -