summaryrefslogtreecommitdiffstats
path: root/tests/AndroidTests/src/com/android/unit_tests/PackageManagerTests.java
Commit message (Expand)AuthorAgeFilesLines
* Move PackageManagerTests and AsecTests.Brett Chabot2010-03-261-2222/+0
* Clean up stale containers if needed at install time.Suchi Amalapurapu2010-03-241-19/+44
* Add new method call back in MountService.Suchi Amalapurapu2010-03-221-0/+3
* Grant permissions to apps on sd when enabling/disabling packages.Suchi Amalapurapu2010-03-191-0/+27
* Switch default install location to unspecified.Suchi Amalapurapu2010-03-181-55/+85
* Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-181-0/+265
* Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-53/+623
* Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-32/+113
* Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-3/+5
* Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...Suchi Amalapurapu2010-03-101-4/+4
* Add conditions to check for updated system applications. Restrict themSuchi Amalapurapu2010-03-091-1/+76
* Rework the way PackageManager binds to default container service.Suchi Amalapurapu2010-03-031-4/+26
* Add new handler mechanism in MountService to make unmount api asynchronous.Suchi Amalapurapu2010-02-241-1/+1
* Some framework fixes for apps on sdSuchi Amalapurapu2010-02-241-45/+123
* Move package from internal to external and vice versa.Suchi Amalapurapu2010-02-191-6/+210
* framework: storage: Add 'force' option to unmount/destroy storage apis, and u...San Mehat2010-02-181-1/+1
* Include install location preference when installing packages.Suchi Amalapurapu2010-02-121-174/+77
* Add new manifest option for install locationSuchi Amalapurapu2010-02-101-0/+166
* Framework: Clean up / Refactor Mount APIsSan Mehat2010-02-091-5/+5
* Rename media resource broadcastsSuchi Amalapurapu2010-02-081-37/+421
* Some tests for install and replace package.Suchi Amalapurapu2010-02-031-0/+387