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

Commit d2f9a53d authored by Hai Zhang's avatar Hai Zhang Committed by android-build-merger
Browse files

Merge "Fix crash when broadcasting preferred activity changed before boot completed." into qt-dev

am: ccc7759b

Change-Id: Ia1545643770988d169379e56c8c2fda7d33cd6b7
parents 45fdb3d3 ccc7759b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20062,6 +20062,7 @@ public class PackageManagerService extends IPackageManager.Stub
            final Intent intent = new Intent(Intent.ACTION_PREFERRED_ACTIVITY_CHANGED);
            intent.putExtra(Intent.EXTRA_USER_HANDLE, userId);
            intent.addFlags(Intent.FLAG_RECEIVER_REGISTERED_ONLY_BEFORE_BOOT);
            try {
                am.broadcastIntent(null, intent, null, null,
                        0, null, null, null, android.app.AppOpsManager.OP_NONE,