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

Commit b35bdd26 authored by Sudheer Shanka's avatar Sudheer Shanka
Browse files

Prioritize core uids for bluetooth broadcasts.

Mark intent filters from core uids for bluetooth related
broadcasts as high priority so that they can receive the
broadcast before others.

Bug: 284026341
Test: TH
Change-Id: I73515546ae76017b3da4a1b471d9251c0fb52b89
parent 207a701b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -13785,7 +13785,8 @@ public class ActivityManagerService extends IActivityManager.Stub
                        if (action.startsWith("android.intent.action.USER_")
                                || action.startsWith("android.intent.action.PACKAGE_")
                                || action.startsWith("android.intent.action.UID_")
                                || action.startsWith("android.intent.action.EXTERNAL_")) {
                                || action.startsWith("android.intent.action.EXTERNAL_")
                                || action.startsWith("android.bluetooth.")) {
                            if (DEBUG_BROADCAST) {
                                Slog.wtf(TAG,
                                        "System internals registering for " + filter.toLongString()