1. 5de7377 Revert "Initial KeySet API." by dcashman · 10 years ago
  2. 405912b Initial KeySet API. by dcashman · 10 years ago
  3. 55b1078 Initial work for key rotation. by dcashman · 10 years ago
  4. 275e085 Stronger PackageParser contract, more split work. by Jeff Sharkey · 10 years ago
  5. c4858a2 Switch PackageParser to reference single path. by Jeff Sharkey · 10 years ago
  6. 812ad22 am d937f275: am 12928a07: am 2336c4ec: Merge "Fix build." by Elliott Hughes · 10 years ago
  7. 10596fb resolved conflicts for merge of 3ce4f3d0 to master by Elliott Hughes · 10 years ago
  8. 9790190 Fix build. by Elliott Hughes · 10 years ago
  9. 34385d3 Track libcore.os' move to android.system. by Elliott Hughes · 10 years ago
  10. f1977b4 Expand install observer semantics by Christopher Tate · 10 years ago
  11. 7629a18 Revert "Expand install observer semantics" by Glenn Kasten · 10 years ago
  12. ab8a501 Expand install observer semantics by Christopher Tate · 10 years ago
  13. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  14. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  15. a3e9079 Robustly add symlink and add for non-primary users by Kenny Root · 12 years ago
  16. 625239a Migrate more Secure settings to Global. by Jeff Sharkey · 12 years ago
  17. e15bdc2 Add test for failed dexopt by Kenny Root · 12 years ago
  18. ddbe50d Move native libraries to /data/app-lib by Kenny Root · 12 years ago
  19. 7e921a1 Add more testing for native libraries by Kenny Root · 12 years ago
  20. 25c925e Throw ALL the exceptions! (in the PackageManagerTests) by Kenny Root · 12 years ago
  21. 7de350a installd: fix forward locking symlink by Nick Kralevich · 12 years ago
  22. 7767eac Keep track of whether an app is installed for each user. by Dianne Hackborn · 12 years ago
  23. 535d3b3 am 0cf34218: Merge "Adding test cases for getInstalledPackages" by Kenny Root · 12 years ago
  24. f2f1b6c Adding test cases for getInstalledPackages by Martin Wallgren · 13 years ago
  25. bf02358 Fix some problems with ASECs by Kenny Root · 12 years ago
  26. 6dceb88 Allow forward locked apps to be in ASECs by Kenny Root · 12 years ago
  27. b7c2470 Better error reporting for PackageManager tests by Kenny Root · 12 years ago
  28. 0aaa0d9 Add verifier device identity by Kenny Root · 13 years ago
  29. 13c7197 Revert encryption mapping for device wipes. by Ben Komalo · 13 years ago
  30. 1ebd74a Better error codes for missing files by Kenny Root · 13 years ago
  31. c39bb4a Switch to returnCode for IPackageDeleteObserver by Kenny Root · 13 years ago
  32. 4c3915a Do not check features in PackageManagerService by Kenny Root · 14 years ago
  33. a1cbb94 Revert "Add the {get,set}PackageObbPaths calls to API" by Kenny Root · 14 years ago
  34. 5d40fe9 Add the {get,set}PackageObbPaths calls to API by Kenny Root · 14 years ago
  35. 3c67689 Skip SD card tests on devices without SD cards by Kenny Root · 14 years ago
  36. 1683afa Fix check for required features by Kenny Root · 14 years ago
  37. 6a6b007 Symlink application lib directory when on SD card by Kenny Root · 14 years ago
  38. 831baa2 Remove lingering system app native libs in /data by Kenny Root · 14 years ago
  39. 94e0acb Better errors in PackageManagerTests by Kenny Root · 14 years ago
  40. 0ac83f5 Native libraries on SD by Kenny Root · 14 years ago
  41. 85387d7 Allow native shared libraries in ASEC containers by Kenny Root · 14 years ago
  42. d7b421b Fix up PackageManager tests by Kenny Root · 14 years ago
  43. f76c56b Frameworks core tests size cleanup. by Brett Chabot · 14 years ago
  44. fb7bacf Uncomment a test that was marked as STOPSHIP Add MediumTest tag by Suchi Amalapurapu · 14 years ago
  45. 9a212ad Fix 2641875 by Suchi Amalapurapu · 14 years ago
  46. 1ace5bc Fix 2672155 Check the code path when enabling disabling packages. by Suchi Amalapurapu · 14 years ago
  47. edb979a Re-enabling unit tests for PackageManager/Apps on SD. by Neal Nguyen · 14 years ago
  48. 315a5fb Dont fall back to installing on sdcard when internal storage is filled up by Suchi Amalapurapu · 14 years ago
  49. 40e4725 Fix 2579461 by Suchi Amalapurapu · 14 years ago
  50. 30f775b Fix 2578016. by Suchi Amalapurapu · 14 years ago
  51. 0dc59e7 More framework tests cleanup. by Brett Chabot · 14 years ago
  52. ae18171 Change certificate policy. by Suchi Amalapurapu · 14 years ago
  53. a3de745 Move PackageManagerTests and AsecTests. by Brett Chabot · 14 years ago[Renamed (97%) from tests/AndroidTests/src/com/android/unit_tests/PackageManagerTests.java]
  54. c7537ee Clean up stale containers if needed at install time. by Suchi Amalapurapu · 14 years ago
  55. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 14 years ago
  56. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 14 years ago
  57. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 14 years ago
  58. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 14 years ago
  59. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 14 years ago
  60. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 14 years ago
  61. 089262d Dont include code size for apps on sdcard. by Suchi Amalapurapu · 14 years ago
  62. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 14 years ago
  63. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 14 years ago
  64. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 14 years ago
  65. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 14 years ago
  66. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 14 years ago
  67. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 14 years ago
  68. d970998 framework: storage: Add 'force' option to unmount/destroy storage apis, and update callsites. by San Mehat · 14 years ago
  69. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 14 years ago
  70. 117818e Add new manifest option for install location by Suchi Amalapurapu · 14 years ago
  71. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 15 years ago
  72. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 15 years ago
  73. afbaaa1 Some tests for install and replace package. by Suchi Amalapurapu · 15 years ago