History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/television/ErrorFragment.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
166b308b5e731590c5db5f9fa546369baf52a6e0 16-Feb-2017 msnider <msnider@google.com> Fixing a ClassCast exception with ErrorFragments resulting
from them expecting to only be called by
UninstallerActivity.

Test: Covered by a gts-test ag/1806256 and manually tested
by calling from com.google.vending (Play Store), available
at http://sponge/581c3cc1-534c-4d0e-834f-0ba4cf17ac68.

Fixes: 35430100
Change-Id: Ic5d0e3832163b2e0599fc264361ed49c9333675d
/packages/apps/PackageInstaller/src/com/android/packageinstaller/television/ErrorFragment.java
4f78e1fa55255a261247e9a112bc4433cd1a9ab0 03-Nov-2016 Philip P. Moltmann <moltmann@google.com> Uninstaller: For result lifecycle safe

- Move old uninstallation code to TV only (code in app_details.xml,
uninstall_progress.xml, UninstallAppProgress,
UninstallAppProgressFragment)
- use increasing (non-random) IDs for all uninstallations, even those
without uninstall-event-handling.
- Have new workflow to uninstallations that require the result to be
forwarded. For those just show a progress dialog. (code in
UninstallUninstalling). To deal with lifecyle events I am reusing the
EventResultPersister similar to the installation.

Test: Uninstalled from Settings
Change-Id: Iabdebd5412a910efa94c74efc4dd141879614d0b
/packages/apps/PackageInstaller/src/com/android/packageinstaller/television/ErrorFragment.java