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

* commit 'eca7ff02fb6e75d4355565f05abf8f3af51731a0':
  PACKAGE_FIRST_LAUNCH intent sent to wrong pkg
This commit is contained in:
Paul Milovanov
2011-03-17 10:29:50 -07:00
committed by Android Git Automerger

View File

@@ -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;
}