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

Commit b7a11d37 authored by Alison Cichowlas's avatar Alison Cichowlas Committed by Colin Cross
Browse files

Add process-lifecycle-owner-initializer to tests.

Bug: 112587252
Bug: 114073652
Test: This is to fix the tests.
Change-Id: I083db4e2eb4efd8d4a914f33ac259aa317e568de
Merged-In: I083db4e2eb4efd8d4a914f33ac259aa317e568de
(cherry picked from commit 5f5ad2e6)
(cherry picked from commit 0757deaa)
parent 2c3a8045
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -66,6 +66,13 @@
            </intent-filter>
        </receiver>

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

        <provider android:name="com.android.systemui.keyguard.KeyguardSliceProvider"
            android:authorities="com.android.systemui.test.keyguard.disabled"
            android:enabled="false"