1. 450c866 Don't abandon child sessions (1/n) by JW Wang · 2 years, 6 months ago
  2. 005bddc Revert "Revert "[pm] remove old stage dirs on low storage"" by Songchun Fan · 2 years, 8 months ago
  3. c25a56c Merge "Fix deadlock in StagingManager.getSessions() method" into rvc-dev by Mohammad Samiul Islam · 4 years ago
  4. 3aa1f5a Fix deadlock in StagingManager.getSessions() method by Mohammad Samiul Islam · 4 years ago
  5. acd05fa Prevent system reset staged installer bypass flag unexpactly by Jerry Chang · 4 years ago
  6. e12cfda Don't allow shell to spoof initiating package name. by Alan Stokes · 4 years ago
  7. 10d5188 Add PackageInstaller SessionParams restrictions by Winson · 4 years, 1 month ago
  8. f424274 Merge "Add PackageInstaller#uninstallExistingPackage" into rvc-dev by Robert Horvath · 4 years, 1 month ago
  9. 77880fa Add PackageInstaller#uninstallExistingPackage by Robert Horvath · 4 years, 3 months ago
  10. 6b58f8c Merge changes from topic "abandon-race" into rvc-dev by Mohammad Samiul Islam · 4 years, 2 months ago
  11. a0623e2 Fix racing condition between session abandonment and its verification by Mohammad Samiul Islam · 4 years, 2 months ago
  12. 731bd96 Persist destroyed staged sessions until they are cleaned up by Mohammad Samiul Islam · 4 years, 2 months ago
  13. d9a3cf0 Limit bypass staged installer API to system and shell only by Jerry Chang · 4 years, 2 months ago
  14. 30a1f13 Limit stage install to system and whitelisted packges only (2/2) by Jerry Chang · 4 years, 3 months ago
  15. 269616b Fix an exception while scanning apex packages by Rhed Jao · 4 years, 3 months ago
  16. 66ed8df Define permission for installer API v2 by Todd Kennedy · 4 years, 3 months ago
  17. a62cc03 Merge "Relocate some static methods into PackageInstallerSession" into rvc-dev by Mohammad Samiul Islam · 4 years, 3 months ago
  18. 10323a1 Relocate some static methods into PackageInstallerSession by Mohammad Samiul Islam · 4 years, 3 months ago
  19. 6bc126b Do not set referrerUri on SessionInfo for non-owners by Patrick Baumann · 4 years, 4 months ago
  20. 750b5ed Allow test builds to optionally skip verification by Chester Hsieh · 4 years, 6 months ago
  21. 5ff0f9e Allows forceQueryable to be set on install by Patrick Baumann · 4 years, 7 months ago
  22. 769f815 On reboot session handling. by Alex Buynytskyy · 4 years, 5 months ago
  23. 8c0289cc Merge "Revert "Re-seal the sessions on reboot."" by Mohammad Samiul Islam · 4 years, 5 months ago
  24. 6e6cda3 Merge "Fixed NPE in package installer session." by Rhed Jao · 4 years, 5 months ago
  25. 6367296 Revert "Re-seal the sessions on reboot." by Mohammad Samiul Islam · 4 years, 5 months ago
  26. 1fc8b36 Fixed NPE in package installer session. by Rhed Jao · 4 years, 5 months ago
  27. 595db8a Re-seal the sessions on reboot. by Alex Buynytskyy · 4 years, 5 months ago
  28. 3fcecfc Rollback user data of apks-in-apex while rolling back the apex by Mohammad Samiul Islam · 4 years, 6 months ago
  29. 72b7e67 Preserve install initiatior package on uninstall. by Alan Stokes · 4 years, 6 months ago
  30. b793c21 Reschedule the pre-reboot verification after boot completed. by Rhed Jao · 4 years, 8 months ago
  31. 7ed3386 Merge "Move build fingerprint check outside of main loop" by TreeHugger Robot · 4 years, 6 months ago
  32. ede47c9 Move build fingerprint check outside of main loop by Gavin Corkery · 4 years, 6 months ago
  33. da20815 DataLoader version of installation API. by Alex Buynytskyy · 4 years, 8 months ago
  34. e0ee6fe Allow requested installer package name to be null by Gavin Corkery · 4 years, 7 months ago
  35. 2b1d32a Simplifying callback calls in PackageInstallerSession. by Alex Buynytskyy · 4 years, 7 months ago
  36. 5ed8537 Add originatingPackageName to InstallSource. by Alan Stokes · 4 years, 8 months ago
  37. 67ce22c Don't mark terminal staged sessions as failed by Gavin Corkery · 4 years, 8 months ago
  38. 819fea2 Move more fields to InstallSource. by Alan Stokes · 4 years, 8 months ago
  39. 69d2abf Add InstallSource to hold trustable installer information. by Alan Stokes · 4 years, 9 months ago
  40. 4adf5ba Merge "Add build fingerprint checks to APK sessions" by Gavin Corkery · 4 years, 9 months ago
  41. de8174b Add build fingerprint checks to APK sessions by Gavin Corkery · 4 years, 9 months ago
  42. 0151916 Only allow INSTALL_ALLOW_TEST from shell or root by Todd Kennedy · 4 years, 9 months ago
  43. 3b1c3e6 Merge "Unset INSTALL_DISABLE_VERIFICATION flag if install is not from system" by Nikita Ioffe · 4 years, 10 months ago
  44. a954349 Unset INSTALL_DISABLE_VERIFICATION flag if install is not from system by Nikita Ioffe · 5 years ago
  45. 52560d5 Add staged session state in dumpsys output for install sessions by Mohammad Samiul Islam · 4 years, 10 months ago
  46. 1c9c5d2 Don't send SessionCallbacks for DRY_RUN sessions. by Richard Uhler · 5 years ago
  47. a4bd150 Whitelist all perms on installExistingPackage by Philip P. Moltmann · 5 years ago
  48. 7f5a695 Preserve active staged sessions. by Dario Freni · 5 years ago
  49. f2449f7 Always restore staged sessions on boot. by Dario Freni · 5 years ago
  50. 83a3a4a Restricted permission whitelisted by default by Svet Ganov · 5 years ago
  51. 466ddb5 Protects against a null statusReceiver in uninstall by Patrick Baumann · 5 years ago
  52. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  53. 19f1e33 Merge "staged sessions: clear INSTALL_ALLOW_DOWNGRADE if pre-reboot session did not have it" by Nikita Ioffe · 5 years ago
  54. 9ba8ac9 Merge "Revert "Fix bug in notification showing of silent package uninstallation"" by Rubin Xu · 5 years ago
  55. 0787f0c Merge "Make updatedMillis a private field" by Gavin Corkery · 5 years ago
  56. 936eb31 Merge "Enforce multipackage installs have consistent rollback params" by Shafik Nassar · 5 years ago
  57. 1962cb1 staged sessions: clear INSTALL_ALLOW_DOWNGRADE if pre-reboot session did not have it by Nikita Ioffe · 5 years ago
  58. 43f1af9 Enforce multipackage installs have consistent rollback params by shafik · 5 years ago
  59. cb92415 Revert "Fix bug in notification showing of silent package uninstallation" by Rubin Xu · 5 years ago
  60. d73c615 Fix bug in notification showing of silent package uninstallation by Rubin Xu · 5 years ago
  61. 13f8161 Make updatedMillis a private field by Gavin Corkery · 5 years ago
  62. d831121 Forget about staged installs that are old or in a terminal state. by Gavin Corkery · 5 years ago
  63. 2665fc0 Merge "Add metric logging for new delegated APIs" by Rubin Xu · 5 years ago
  64. 8b17ad0 Add metric logging for new delegated APIs by Rubin Xu · 5 years ago
  65. ab5e7fa Merge "Don't resume uncommitted sessions." by TreeHugger Robot · 5 years ago
  66. 47799f4 Don't resume uncommitted sessions. by Dario Freni · 5 years ago
  67. 1a7965e Remove unused field from StagingManager by Nikita Ioffe · 5 years ago
  68. b1d60f1 Rename downgrade-related install flags by Nikita Ioffe · 5 years ago
  69. a1111ff Allow RollbackManager to downgrade apks on user builds by Nikita Ioffe · 5 years ago
  70. 39a6a5b Abort apex session if APK part of a train failed by Nikita Ioffe · 5 years ago
  71. 14f885b Unblock broadcasts when systemReady() finished. by Dario Freni · 5 years ago
  72. 8e95f0b Merge "Delaying populating APEX cache until boot is completed." by TreeHugger Robot · 5 years ago
  73. 3f62994 Delaying populating APEX cache until boot is completed. by Martijn Coenen · 5 years ago
  74. 8715260 Merge "[Multi-user] add PackageInstaller.installExistingPackage with IntentSender which is fired only after the asynchronous restore is complete" by Chandan Nath · 5 years ago
  75. e8e463b [Multi-user] add PackageInstaller.installExistingPackage with IntentSender which is fired only by Chandan Nath · 5 years ago
  76. 4501c11 Require INSTALL_PACKAGES permission for setInstallAsApex by Nikita Ioffe · 5 years ago
  77. 8362060 Disable APEX install on unsupported devices. by Dario Freni · 5 years ago
  78. 4845667 Move permission restore code into permission controller. by Philip P. Moltmann · 5 years ago
  79. 18cf22a Merge "Factor out calls to apexservice in a class." by Dario Freni · 5 years ago
  80. 2e8dffc Factor out calls to apexservice in a class. by Dario Freni · 5 years ago
  81. 77786d9 Make SessionParams.setStaged SystemApi. by Dario Freni · 5 years ago
  82. b6d2896 Add STAGED_SESSION_ prefix to error codes. by Dario Freni · 5 years ago
  83. 4b572c0 Support for multi-package APK+APEX sessions. by Dario Freni · 5 years ago
  84. 2b340a2 Allow cross user SessionCallback support by Jon Miranda · 5 years ago
  85. 9694b80 Avoid sending broadcasts before boot completes. by Dario Freni · 5 years ago
  86. 275b4ab Add an error message to staged install session. by Dario Freni · 5 years ago
  87. 065aac1 Merge "Support for multi-package apex sessions." by TreeHugger Robot · 5 years ago
  88. 015f935 Support for multi-package apex sessions. by Dario Freni · 5 years ago
  89. a6f1128 Fix the xml parsing of multi-package sessions. by Dario Freni · 5 years ago
  90. 0180d0b Checkpoint staged session when state changes. by Dario Freni · 5 years ago
  91. 8e7d0ec Persist staged sessions upon commit. by Dario Freni · 5 years ago
  92. a8f4b13 Write staged sessions to /data/staging. by Dario Freni · 5 years ago
  93. be98c3f First version of Staging Manager. by Dario Freni · 6 years ago
  94. efbf251 Add bug references to TODO. by Dario Freni · 6 years ago
  95. fd4a3b4 Implement DELEGATION_PACKAGE_INSTALLATION by Rubin Xu · 6 years ago
  96. ff10c9c Fixes force-uuid behavior by Patrick Baumann · 6 years ago
  97. aac4ba4 Add Mock APIs for staged installs. by Dario Freni · 6 years ago
  98. fc2851e Removes ASEC-related logic from the framework by Patrick Baumann · 6 years ago
  99. 0aff9b1 Revert "Revert "Adds new atomic install API"" by Patrick Baumann · 6 years ago
  100. 7e1c9d7 Revert "Adds new atomic install API" by Jie Song · 6 years ago