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

Commit 98d3466d authored by Roman Birg's avatar Roman Birg Committed by Ethan Chen
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>
(cherry picked from commit 5c84049c)
parent 54457566
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2082,7 +2082,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>