Merge "Update manifest to account for new startup library" into sc-dev-plus-aosp am: 6ccde7373b
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15690100 Change-Id: I532c004d508f96d50eac46f73c7cf3c6eaa3ac9d
This commit is contained in:
@@ -101,9 +101,9 @@
|
|||||||
android:excludeFromRecents="true" />
|
android:excludeFromRecents="true" />
|
||||||
|
|
||||||
<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