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

Commit 5f5ad2e6 authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Jason Monk
Browse files

Add process-lifecycle-owner-initializer to tests.

Bug: 112587252
Test: This is to fix the tests.
Change-Id: I083db4e2eb4efd8d4a914f33ac259aa317e568de
parent d4aed751
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

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

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

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

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