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 commit5f5ad2e627) (cherry picked from commit0757deaad6)
This commit is contained in:
committed by
Colin Cross
parent
2c3a8045cd
commit
b7a11d3748
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user