Commits

Paul Milovanov authored a57db345d3f
PACKAGE_FIRST_LAUNCH intent sent to wrong pkg In PackageManagerService, intent with ACTION_PACKAGE_FIRST_LAUNCH was being sent to wrong package. It was being sent to the installed package with installer package in the URI, whereas it should be sent to installer package with installed package in the URI. Comment in Intent.java:1417 seems to support that intent with this action should be sent to the installer package, not installed. Bug: 3426299 Change-Id: Iadec4ae7a1af6bab434716f8fcdb7d0b099d1ee1