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

Commit 5c84049c authored by Roman Birg's avatar Roman Birg
Browse files

Settings: give boot_completed receiver higher priority



We need it to start up as quickly as possible.

Change-Id: Iaa99b6519c46b3bd0b85adcd59bbfb76b4983b64
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent ed47f558
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2098,7 +2098,7 @@
        </receiver>

        <receiver android:name=".cyanogenmod.BootReceiver" android:enabled="true">
            <intent-filter>
            <intent-filter android:priority="2147483647">
                <action android:name="android.intent.action.BOOT_COMPLETED" />
            </intent-filter>
        </receiver>