History log of /packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8124c242d390b283c2623c24a93fe9756658571a 01-Nov-2012 Dianne Hackborn <hackbod@google.com> Fix issue #7448596: Can't uninstall app that was installed by another user

Change-Id: I80a07a30cb452eee61e0838b5133559bb1f10d6f
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
3e0c22f98f61d8570c14c6f7ce49a05c1804d1f9 17-Sep-2012 Dianne Hackborn <hackbod@google.com> Implement new option for uninstalling over all users.

This API is hidden, but we don't try to protect with a permission
here because we always go through a UI for the user to verify the
operation.

Change-Id: I5580bcbe7ca00b8613c0d8523f348ce83b2d5031
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
9e9721266feafdf16786b94f6fac4c06220cd422 10-Aug-2011 Dianne Hackborn <hackbod@google.com> Implement new extended install/uninstall options.

Change-Id: I60374f937ca3ccf454480b196a7eb4e36d67fe86
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
362660b35aec989137b205ce8cb8eb945c19c1a3 03-Sep-2010 Patrick Dubroy <dubroy@google.com> Check for activity info when uninstalling.

Also, switch to using standard fat title bar.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
2f830ef28c014bff7766e8d82faf3ebf58a8cc14 14-Sep-2009 Suchi Amalapurapu <asuchitra@google.com> Finish UninstallerActivity after starting subactivity to actually uninstall which indicates progress etc., If not, the UninstallerActivity is again displayed
after finishing off uninstallation.
Remove entries from manifest that are no longer part of code base
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
d9b773b7041894e37c1b6f62d6b221dd3c8e4c43 01-Sep-2009 Suchi Amalapurapu <asuchitra@google.com> Fix screen flow issues in pacakge installer/uninstaller.
The main activity was managing the state transitions during
installation/uninstallation which was actually not needed.
Just make the activities independent and start sub activities
without waiting for activity result codes in the main activity.
If the user enables development setting to immediately destroy activities,
and sideloads an app, the ActivityManager tries to destroy the
main activity while it starts sub activities to finish installation
and this results in UI bizarreness based on the current state of
the installer.

Also move InstallConfirmation to the main activity.
Converge InstallDone and InstallProgress into one screen. Just enable
or disable launch/close buttons. This is how it should have been in the
first place..

Same set of issues with uninstall code path as well.
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
7672c9941137c4664f5a2c64eb15a335b3c4789d 29-Jul-2009 Suchi Amalapurapu <asuchitra@google.com> remove uninstall status screen and present the status of uninstallation in previous screen
rename xml file
change code flow in activities
Ignore back button when installation is in progress
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
3d8cab3e3e7884d628a4b799a93155c6efcab95a 25-Jun-2009 Suchi Amalapurapu <asuchitra@google.com> Rename strings when uninstalling updates for system apps
Add new strings
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
ff8693ab50a9ed78ee816361c628969752127e9d 12-May-2009 Suchi Amalapurapu <asuchitra@google.com> change utility methods used to load label and icon of packages
load label and icon for yet to be installed app from assets and resources created from the apk.
define new method for initing app snippet for uninstall related code
rename changed utility methods in install and uninstall code paths
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
91ec61c3dca241befdf4a3803c45b051a3e3124f 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
8106e501baad76e7192c7ddbb9f5e179c7ff6f9b 04-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@135843
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
8b1096d1ada329a296059ccff04e5d78eefa77c1 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@132589
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
2fa4ad8141ed0cb686c7acab27f01e8c2bc2877a 03-Mar-2009 The Android Open Source Project <initial-contribution@android.com> auto import from //depot/cupcake/@137055
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
092149c8a75237c476a917d57c48f8b8cd51f0f0 18-Dec-2008 The Android Open Source Project <initial-contribution@android.com> Code drop from //branches/cupcake/...@124589
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java
088073e6787fca4bfc68d6b04a5e887a03faf745 21-Oct-2008 The Android Open Source Project <initial-contribution@android.com> Initial Contribution
/packages/apps/PackageInstaller/src/com/android/packageinstaller/UninstallerActivity.java