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

Commit e20b4f58 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...

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

Change-Id: I4518254c119ad8921a3510fd5970f90a5ef4e3c1
parents d5e91305 d2f9a53d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20067,6 +20067,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,