Update manifest to account for new startup library
Change-Id: Ia896ab92921807a343482c080f8e45b117596ba2
Merged-In: Ia896ab92921807a343482c080f8e45b117596ba2
(cherry picked from commit e9c01cf1ae)
This commit is contained in:
committed by
Colin Cross
parent
f08df3a589
commit
67126425ab
@@ -94,9 +94,9 @@
|
|||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.lifecycle.ProcessLifecycleOwnerInitializer"
|
android:name="androidx.startup.InitializationProvider"
|
||||||
tools:replace="android:authorities"
|
tools:replace="android:authorities"
|
||||||
android:authorities="${applicationId}.lifecycle-tests"
|
android:authorities="${applicationId}.startup-tests"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:enabled="false"
|
android:enabled="false"
|
||||||
android:multiprocess="true" />
|
android:multiprocess="true" />
|
||||||
|
|||||||
Reference in New Issue
Block a user