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

Commit eca7ff02 authored by Paul Milovanov's avatar Paul Milovanov Committed by Android Git Automerger
Browse files

am 87f50f19: Merge "PACKAGE_FIRST_LAUNCH intent sent to wrong pkg" into honeycomb-mr1

* commit '87f50f19':
  PACKAGE_FIRST_LAUNCH intent sent to wrong pkg
parents c97022e7 87f50f19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7030,8 +7030,8 @@ class PackageManagerService extends IPackageManager.Stub {
                if (pkgSetting.notLaunched) {
                    if (pkgSetting.installerPackageName != null) {
                        sendPackageBroadcast(Intent.ACTION_PACKAGE_FIRST_LAUNCH,
                                pkgSetting.installerPackageName, null,
                                pkgSetting.name, null);
                                pkgSetting.name, null,
                                pkgSetting.installerPackageName, null);
                    }
                    pkgSetting.notLaunched = false;
                }