Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42aea119 authored by Mark Renouf's avatar Mark Renouf
Browse files

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
parent 08550633
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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"