1. e99bb5f Add new method call back in MountService. by Suchi Amalapurapu · 16 years ago
  2. 1afd1c9 Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot - LIBtt68127 by Dianne Hackborn · 16 years ago
  3. ebb83ad Grant permissions to apps on sd when enabling/disabling packages. by Suchi Amalapurapu · 16 years ago
  4. 806da1d Fix issue #2512507: Shortcuts and Widgets lost on upgrading from Eclair to FRE70D by Dianne Hackborn · 16 years ago
  5. 90d8ee6 Switch default install location to unspecified. by Suchi Amalapurapu · 16 years ago
  6. d4310ac Rework permissions to be retained when an app is temporarily uninstalled. by Dianne Hackborn · 16 years ago
  7. 14b6abd Add new install flag to install on internal flash only by Suchi Amalapurapu · 16 years ago
  8. 8a9ab24 Do storage checks before initiating a move. by Suchi Amalapurapu · 16 years ago
  9. a2fd9d1 Fix NPE when clearing preferred packages. by Dianne Hackborn · 16 years ago
  10. 4b45041 Need to keep new package's cert when using original-package. by Dianne Hackborn · 16 years ago
  11. 2ee89ea Applications should -not- be able to set preferred activities. by Dianne Hackborn · 16 years ago
  12. 6069beb Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_STORAGE by Suchi Amalapurapu · 16 years ago
  13. a2b6c37 Add conditions to check for updated system applications. Restrict them by Suchi Amalapurapu · 16 years ago
  14. 4528186 Refactor android.backup => android.app.backup by Christopher Tate · 16 years ago
  15. 9444bea Add null checks for strings by Suchi Amalapurapu · 16 years ago
  16. d32c802 Fix persisting flags for apps with data only by Suchi Amalapurapu · 16 years ago
  17. c155239 Allow multiple original-package tags. by Dianne Hackborn · 16 years ago
  18. 9b10ef5 Rework the way PackageManager binds to default container service. by Suchi Amalapurapu · 16 years ago
  19. 87bba1e Move DeviceAdmin APIs to android.app.admin. by Dianne Hackborn · 16 years ago
  20. 1f9e1b4 Remove public variables in PackageManager by Suchi Amalapurapu · 16 years ago
  21. 2269d157 Re-arrange android-common so framework no longer links with it. by Dianne Hackborn · 16 years ago
  22. c42e29e Add new handler mechanism in MountService to make unmount api asynchronous. by Suchi Amalapurapu · 16 years ago
  23. cf6eaea Some framework fixes for apps on sd by Suchi Amalapurapu · 16 years ago
  24. 9e0f5d9 Fix some random bugs. by Dianne Hackborn · 16 years ago
  25. 21f1bd1 Fix issue #2438980: Implement package watcher for voice recognizer service setting by Dianne Hackborn · 16 years ago
  26. 59eac4b Fix crash: check for install failure cleanly by Christopher Tate · 16 years ago
  27. 1bb6906 Automatically restore app data at install time by Christopher Tate · 16 years ago
  28. 8946dd3 Move package from internal to external and vice versa. by Suchi Amalapurapu · 16 years ago
  29. 679bba3 Move mount service wrapper calls to PackageHelper by Suchi Amalapurapu · 16 years ago
  30. 5b993ce Include install location preference when installing packages. by Suchi Amalapurapu · 16 years ago
  31. 4709693 Add APIs for mapping between new and current package names. by Dianne Hackborn · 16 years ago
  32. 6dee18c New implementation of <original-package> tag. by Dianne Hackborn · 16 years ago
  33. a7d7f79 Adding null check. by Makoto Onuki · 16 years ago
  34. add1376 Generate /data/system/packages.list in the PackageManager by David 'Digit' Turner · 16 years ago
  35. e83cefce New external storage APIs. by Dianne Hackborn · 16 years ago
  36. b104340 Framework: Clean up / Refactor Mount APIs by San Mehat · 16 years ago
  37. 7040ce7 resolved conflicts for merge of 37a00a36 to master by Suchi Amalapurapu · 16 years ago
  38. 08be55b Add null checks when scanning a package. by Suchi Amalapurapu · 16 years ago
  39. b56ae20 Rename media resource broadcasts by Suchi Amalapurapu · 16 years ago
  40. b858dfd Implement system data migration support. by Dianne Hackborn · 16 years ago
  41. 08675a3 Apps on sdcard: Add new broadcasts by Suchi Amalapurapu · 16 years ago
  42. be16cb1 PackageManagerService: Refactor MountService calls (new api) by San Mehat · 16 years ago
  43. 5fd5bfe Fix StringIndexOutOfBoundsException in PackageManagerService by Bjorn Bringert · 16 years ago
  44. bdbc925 resolved conflicts for merge of b0903104 to master by Kenny Root · 16 years ago
  45. c028be4 AppsOnSd feature - Add default container by Suchi Amalapurapu · 16 years ago
  46. 1edab2b Make PackageManager unpack gdbserver binaries at installation time. by David 'Digit' Turner · 16 years ago
  47. e6620b2 Fix issue #2391429: Crash during boot if fwd locked app is incompletely installed by Dianne Hackborn · 16 years ago
  48. fd3530f Mount/Unmount secure containers by Suchi Amalapurapu · 16 years ago
  49. 462f037 Apps on SD card. by Oscar Montemayor · 16 years ago
  50. d02546b Apps on SD card. by Oscar Montemayor · 16 years ago
  51. 48c0273 Fix to set package path properly after 'adb sync' by Andrew Stadler · 16 years ago
  52. daec1722 Avoid renaming apk paths when scanning directories on reboot by Suchi Amalapurapu · 16 years ago
  53. 110fea7 Fix runtime restart when replacing packages by Suchi Amalapurapu · 16 years ago
  54. af8e9f4 app install on sdcard. provide skeleton implementation by Suchi Amalapurapu · 16 years ago
  55. f0108cd resolved conflicts for merge of ad2fa35d to master by Tom Taylor · 16 years ago
  56. d4a4729 Update imports to android-common by Tom Taylor · 16 years ago
  57. 18803d3 resolved conflicts for merge of 5a2fdbba to master by Doug Zongker · 17 years ago
  58. ab5c49c move event log tags used by system server into this package by Doug Zongker · 17 years ago
  59. 8a1b6de am e2585127: am 9ed7dc10: am 5886050f: Merge change I0d8f7593 into eclair by Dianne Hackborn · 17 years ago
  60. a7ca0e5 Fix issue #2296457: PackageManager.addPackageToPreferred needs to a no-op by Dianne Hackborn · 17 years ago
  61. a8529f6 Encrypted File Systems Project. Installer modifications. by Oscar Montemayor · 17 years ago
  62. feba743 PackageManager: Support secondary ABI for native code at installation time. by David 'Digit' Turner · 17 years ago
  63. 86a72da Fix issue #2256270: Package manager sends bad broadcasts when components change by Dianne Hackborn · 17 years ago
  64. d83006c When upgrading packages with shared user ids make sure we are eliminating by Suchi Amalapurapu · 17 years ago
  65. 14e833f If we fail to persist the current settings and fall back to the back settings file by Suchi Amalapurapu · 17 years ago
  66. b897cff do not merge by Suchi Amalapurapu · 17 years ago
  67. 8d5ae98 Make sdk version and code names static finals in PackageParser. by Suchi Amalapurapu · 17 years ago
  68. 8550f25 Check if rename of backed up file fails before persisting new changes. by Suchi Amalapurapu · 17 years ago
  69. a33e3f7 Fix issue #2154794: Force close when start facebook application. by Dianne Hackborn · 17 years ago
  70. 039c68e The touch screen is probably a feature. by Dianne Hackborn · 17 years ago
  71. 3d7e855 Check if rename of current settings file was successful before persisting by Suchi Amalapurapu · 17 years ago
  72. ee5ece4 Remove deadlock in PackageManager when installing or upgrading packages. by Suchi Amalapurapu · 17 years ago
  73. d42685d Add support for running apps with uid/gid AID_LOG by specifying android.uid.log in the manifest by Mike Lockwood · 17 years ago
  74. 0214e94 For intent ACTION_PACKAGE_CHANGED, there could be a lot of broadcasts related to enabling/disabling by Suchi Amalapurapu · 17 years ago
  75. 4923734 Add platform infrastructure for features. by Dianne Hackborn · 17 years ago
  76. 5bfc64f Include the list of registered providers the package manager dumpsys output. by Jeff Hamilton · 17 years ago
  77. 766cbfe Add new API to compare certs of two UIDs. by Dianne Hackborn · 17 years ago
  78. b13f32c am 8b2cdcd1: Merge change 20037 into donut by Android (Google) Code Review · 17 years ago
  79. 2ed287b fix issue with gids not being added for packages with shared user id by Suchi Amalapurapu · 17 years ago
  80. cb798bc am 73139aea: Merge change 9075 into donut by Android (Google) Code Review · 17 years ago
  81. f2c1072 Change the resource path for fwd locked apps when scanning the fwd locked install by Suchi Amalapurapu · 17 years ago
  82. b3c82ef am 1dd6936a: Merge change 8728 into donut by Android (Google) Code Review · 17 years ago
  83. 261e66a Fix resource code and version attributes by Suchi Amalapurapu · 17 years ago
  84. c00c04d am 11b822d2: Simplify density compatibility to a boolean. by Dianne Hackborn · 17 years ago
  85. 11b822d Simplify density compatibility to a boolean. by Dianne Hackborn · 17 years ago
  86. a8339df am 9fc20b0e: Merge change 8126 into donut by Android (Google) Code Review · 17 years ago
  87. c4db95c First pass at reworking screen density/size APIs. by Dianne Hackborn · 17 years ago
  88. fe923cf2 am 2c25fac2: Merge change 8036 into donut by Android (Google) Code Review · 17 years ago
  89. 69fff4a * Disable compatibility mode for all cases. by Mitsuru Oshima · 17 years ago
  90. a065b01 am 841f13c8: * Reverted the change in PackageParser that I checked by accident * More surface view fix. - correct event translation on surface view. - use compatible window * removed FLAG_NO_COMPATIBILITY_SCALE. It was my misunderstanding of how SurfaceView works, by Mitsuru Oshima · 17 years ago
  91. 841f13c * Reverted the change in PackageParser that I checked by accident by Mitsuru Oshima · 17 years ago
  92. 9ba6998 am ea5c0444: When apps switch between system and data partition the code and resource paths should also be updated based on which version is being picked up. update the code and resource paths when a path change is detected by Suchi Amalapurapu · 17 years ago
  93. ea5c044 When apps switch between system and data partition the code and by Suchi Amalapurapu · 17 years ago
  94. 54a26bc resolved conflicts for merge of 889c2d37 to master by Dianne Hackborn · 17 years ago
  95. 854060af Fix bug #1873249i: Apps can DoS/brick device by Dianne Hackborn · 17 years ago
  96. 4753ff4 am 7e8cbfc2: Merge change 6143 into donut by Android (Google) Code Review · 17 years ago
  97. 3042bb6 am 9701b3d5: Merge change 5979 into donut by Android (Google) Code Review · 17 years ago
  98. d595c79 Fix the simulator. by Marco Nelissen · 17 years ago
  99. d96e0b0 am 6e1647a2: Merge change 5829 into donut by Android (Google) Code Review · 17 years ago
  100. b24a967 Remove the constraint to assign new uid when code path changes for system packages by Suchi Amalapurapu · 17 years ago