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

Commit ab4ee282 authored by Alan Viverette's avatar Alan Viverette Committed by Colin Cross
Browse files

Update manifest to account for new startup library

Change-Id: Ia896ab92921807a343482c080f8e45b117596ba2
Merged-In: Ia896ab92921807a343482c080f8e45b117596ba2
(cherry picked from commit e9c01cf1)
parent c2d8e1d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -94,9 +94,9 @@
                  android:exported="false" />

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