summaryrefslogtreecommitdiffstats
path: root/res/layout/install_start.xml
Commit message (Collapse)AuthorAgeFilesLines
* Add basic support for new runtime permissionsSvet Ganov2015-03-241-1/+1
| | | | Change-Id: I7ec15992587b0036030386be35eedc095055b6eb
* Swap the positive and negative buttons.Jeff Hamilton2011-07-011-0/+0
| | | | Change-Id: Ib5d7f57c47e79359174c0a24f72b1a8d509a6f4e
* Fix layouts some moreKenny Root2011-06-231-5/+11
| | | | | Bug: 4770335 Change-Id: Iceef40eb1bf01457d715a21a5ebef942de484195
* Deprecate fill_parent and introduce match_parent.Romain Guy2010-01-081-2/+2
| | | | Bug: #2361749.
* Fix screen flow issues in pacakge installer/uninstaller.Suchi Amalapurapu2009-09-081-2/+6
| | | | | | | | | | | | | | | | | | | 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.
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+27
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-27/+0
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+27