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

Commit c66b3049 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Avoid spinning up DocumentsProviders at boot.

Bug: 27743087
Change-Id: Ia89465c5d13a74f3b78a0d84f1ecfe5fd2a6e744
parent 68e52fe6
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>