diff options
| author | 2023-03-20 17:03:46 -0400 | |
|---|---|---|
| committer | 2023-03-20 17:19:40 -0400 | |
| commit | 42aea1192c812c7efce4bbd3ed1ae4a7f183440d (patch) | |
| tree | 90a53204903f32f64fdf0370c7ad1375731a85d9 | |
| parent | 08550633ef897013bff83ad854bae904c43bc5ec (diff) | |
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
| -rw-r--r-- | packages/SystemUI/AndroidManifest.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/packages/SystemUI/AndroidManifest.xml b/packages/SystemUI/AndroidManifest.xml index 4290ca0d0982..5c434da613b6 100644 --- a/packages/SystemUI/AndroidManifest.xml +++ b/packages/SystemUI/AndroidManifest.xml @@ -631,12 +631,6 @@ android:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true"> </activity> - <activity-alias - android:name=".UsbDebuggingActivityAlias" - android:permission="android.permission.DUMP" - android:targetActivity=".usb.UsbDebuggingActivity" - android:exported="true"> - </activity-alias> <activity android:name=".usb.UsbDebuggingSecondaryUserActivity" android:theme="@style/Theme.SystemUI.Dialog.Alert" android:finishOnCloseSystemDialogs="true" |