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

Commit 2fa8d888 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by android-build-merger
Browse files

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

am: 9eacb81e

* commit '9eacb81e':
  Avoid spinning up DocumentsProviders at boot.
parents 694834e7 9eacb81e
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>