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

Commit e7beb5c6 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Avoid spinning up DocumentsProviders at boot." into nyc-dev

parents 20c04c52 c66b3049
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@
            </intent-filter>
        </receiver>

        <receiver android:name=".BootReceiver">
        <receiver android:name=".BootReceiver" android:enabled="false">
            <intent-filter>
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>