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

Commit 42005c3c authored by Peter Kalauskas's avatar Peter Kalauskas Committed by Android (Google) Code Review
Browse files

Merge "Fix incorrect package name in test manifest" into udc-dev

parents 142c5c5e 57d7d7f0
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
    xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:sharedUserId="android.uid.system"
    package="com.android.systemui" >
    package="com.android.systemui.tests" >

    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.ACCESS_VOICE_INTERACTION_SERVICE" />
@@ -64,7 +64,7 @@
            </intent-filter>
        </receiver>

        <activity android:name=".wmshell.BubblesTestActivity"
        <activity android:name="com.android.systemui.wmshell.BubblesTestActivity"
            android:allowEmbedded="true"
            android:documentLaunchMode="always"
            android:excludeFromRecents="true"
@@ -88,7 +88,7 @@
                  android:excludeFromRecents="true"
                  />

        <activity android:name=".settings.brightness.BrightnessDialogTest$TestDialog"
        <activity android:name="com.android.systemui.settings.brightness.BrightnessDialogTest$TestDialog"
            android:exported="false"
            android:excludeFromRecents="true"
            />
@@ -115,19 +115,19 @@
                  android:exported="false" />

        <!-- started from UsbDeviceSettingsManager -->
        <activity android:name=".usb.UsbPermissionActivityTest$UsbPermissionActivityTestable"
        <activity android:name="com.android.systemui.usb.UsbPermissionActivityTest$UsbPermissionActivityTestable"
                  android:exported="false"
                  android:theme="@style/Theme.SystemUI.Dialog.Alert"
                  android:finishOnCloseSystemDialogs="true"
                  android:excludeFromRecents="true" />

        <activity android:name=".user.CreateUserActivityTest$CreateUserActivityTestable"
        <activity android:name="com.android.systemui.user.CreateUserActivityTest$CreateUserActivityTestable"
            android:exported="false"
            android:theme="@style/Theme.SystemUI.Dialog.Alert"
            android:finishOnCloseSystemDialogs="true"
            android:excludeFromRecents="true" />

        <activity android:name=".sensorprivacy.SensorUseStartedActivityTest$SensorUseStartedActivityTestable"
        <activity android:name="com.android.systemui.sensorprivacy.SensorUseStartedActivityTest$SensorUseStartedActivityTestable"
                  android:exported="false"
                  android:theme="@style/Theme.SystemUI.Dialog.Alert"
                  android:finishOnCloseSystemDialogs="true"