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

Commit 87f50f19 authored by Paul Milovanov's avatar Paul Milovanov Committed by Android (Google) Code Review
Browse files

Merge "PACKAGE_FIRST_LAUNCH intent sent to wrong pkg" into honeycomb-mr1

parents 11473332 a57db345
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;
                }