History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallEventReceiver.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd5a5a60ca028b30969c0dc16c5f0f3c205b494b 03-Mar-2017 Philip P. Moltmann <moltmann@google.com> Clear files (including stale staged apks) on boot

Before the staged apks were never deleted if the installer was killed
during install.

Test: Booted, installed packages, uninstalled packages. Checked that
files were cleaned correctly.
Change-Id: Ie3fad7e448269eef3b4e85748e67a4c4e318c01b
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallEventReceiver.java
74fa089b8c39d84b737607a3e3d2cde4d3b42d24 08-Nov-2016 Philip P. Moltmann <moltmann@google.com> Use non-internal annotations.

Eventually we want to make the PackageInstaller to use only system-api,
not internal apis anymore. This changes some trivial annotations to
their external equivalent.

Test: Built
Change-Id: I73bf5a937e45d8b3ebe780e909dc91603fcff8c7
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallEventReceiver.java
a35df07e28e94f78fefc88d24ebfa7643b6df7e6 21-Oct-2016 Philip P. Moltmann <moltmann@google.com> If installer killed after commit continue onCreate

In order to do this, persist results that cannot be delivered while the
InstallInstalling activity is destroyed.

Test: Killed installer after commit of installer session, opened it
after install was finished and saw result to be delivered.

Change-Id: Iaac5ca7e2fa288bebcdc0c081a3380b7774bb8a8
/packages/apps/PackageInstaller/src/com/android/packageinstaller/InstallEventReceiver.java