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

Commit 7cf5013e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add process-lifecycle-owner-initializer to tests."

parents ffc6c357 5f5ad2e6
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -15,6 +15,7 @@
-->
-->


<manifest xmlns:android="http://schemas.android.com/apk/res/android"
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.systemui.tests">
    package="com.android.systemui.tests">


    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
    <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
@@ -64,6 +65,13 @@
                <action android:name="com.android.systemui.action.TEST_ACTION" />
                <action android:name="com.android.systemui.action.TEST_ACTION" />
            </intent-filter>
            </intent-filter>
        </receiver>
        </receiver>

        <provider
            android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
            tools:replace="android:authorities"
            android:authorities="${applicationId}.lifecycle-tests"
            android:exported="false"
            android:multiprocess="true" />
    </application>
    </application>


    <instrumentation android:name="android.testing.TestableInstrumentation"
    <instrumentation android:name="android.testing.TestableInstrumentation"