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

Commit 18528bce authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable startup provider due to resource loading issue"

parents 3907ace4 41ed094b
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.settings.tests.unit">

    <uses-permission android:name="android.permission.BLUETOOTH" />
@@ -69,6 +70,13 @@
                       android:resource="@xml/authenticator" />
        </service>

        <!-- Disable startup provider due to resource loading issue. -->
        <provider
            android:name="androidx.startup.InitializationProvider"
            android:authorities="${applicationId}.androidx-startup"
            tools:node="remove"
            tools:replace="android:authorities"/>

    </application>

    <instrumentation android:name="androidx.test.runner.AndroidJUnitRunner"