1. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  2. 56c14dd Return the update timestamp in getStagedSessions() by Dario Freni · 5 years ago
  3. 3bb363f Merge "fail multi install when child fails" by TreeHugger Robot · 5 years ago
  4. 0787f0c Merge "Make updatedMillis a private field" by Gavin Corkery · 5 years ago
  5. 0af7143 fail multi install when child fails by Todd Kennedy · 5 years ago
  6. 43f1af9 Enforce multipackage installs have consistent rollback params by shafik · 5 years ago
  7. 00a08f1 Add an api to get active staged session by Nikita Ioffe · 5 years ago
  8. 13f8161 Make updatedMillis a private field by Gavin Corkery · 5 years ago
  9. d831121 Forget about staged installs that are old or in a terminal state. by Gavin Corkery · 5 years ago
  10. ff3abed Merge "Properly fail commit of a new staged session if another one is in progress" by Nikita Ioffe · 5 years ago
  11. 2665fc0 Merge "Add metric logging for new delegated APIs" by Rubin Xu · 5 years ago
  12. 8e5b703c Properly fail commit of a new staged session if another one is in progress by Nikita Ioffe · 5 years ago
  13. 8b17ad0 Add metric logging for new delegated APIs by Rubin Xu · 5 years ago
  14. 47799f4 Don't resume uncommitted sessions. by Dario Freni · 5 years ago
  15. da998cf Fail committing new staged session if another one is already in progress by Nikita Ioffe · 5 years ago
  16. 988f779 Delete packageDir after abandoning staged session by shafik · 5 years ago
  17. 868b69d Merge "Unblock broadcasts when systemReady() finished." by Dario Freni · 5 years ago
  18. 9b12ca9 Merge "StagingManager: Support abandoning staged sessions" by Shafik Nassar · 5 years ago
  19. 7d98a45 Merge "Add "Staged" to API related to staged sessions." by Dario Freni · 5 years ago
  20. 14f885b Unblock broadcasts when systemReady() finished. by Dario Freni · 5 years ago
  21. 60a96c1 Add "Staged" to API related to staged sessions. by Dario Freni · 5 years ago
  22. 31756bd Merge "Implement staged directory clean up for staged install" by Shafik Nassar · 5 years ago
  23. 5eacf09 Implement staged directory clean up for staged install by Mohammad Samiul Islam · 5 years ago
  24. 07205e3 StagingManager: Support abandoning staged sessions by shafik · 5 years ago
  25. a3c30c2 Merge "Throw a checked exception on child session linkage" by Dario Freni · 5 years ago
  26. e485198 Merge "Fix missing .fsv_sig after partial split install" by TreeHugger Robot · 5 years ago
  27. fdc5208 Fix missing .fsv_sig after partial split install by Victor Hsieh · 5 years ago
  28. 8c09089 Don't get child sessions while holding session lock. by Richard Uhler · 5 years ago
  29. 257a487 Don't allow addChildSessionId after session is sealed. by Richard Uhler · 5 years ago
  30. 0966047 Throw a checked exception on child session linkage by Dario Freni · 5 years ago
  31. 3ad7361 Remove unused codepath. by Dario Freni · 5 years ago
  32. 1108886 Merge "Add STAGED_SESSION_ prefix to error codes." by Dario Freni · 5 years ago
  33. 6db967f Merge "Renaming plsCertsNoVerifyOnlyCerts to unsafeGetCertsWithoutVerification." by Gavin Corkery · 5 years ago
  34. b6d2896 Add STAGED_SESSION_ prefix to error codes. by Dario Freni · 5 years ago
  35. ae1e5ec Merge "Set mResolvedBaseFile for apex install sessions." by Narayan Kamath · 5 years ago
  36. 9853d60 Merge "Rename preferCodeIntegrity to useEmbeddedDex" by TreeHugger Robot · 5 years ago
  37. ed521ab Renaming plsCertsNoVerifyOnlyCerts to unsafeGetCertsWithoutVerification. by Gavin Corkery · 5 years ago
  38. 4b572c0 Support for multi-package APK+APEX sessions. by Dario Freni · 5 years ago
  39. fa9df0b Rename preferCodeIntegrity to useEmbeddedDex by Victor Hsieh · 5 years ago
  40. ca05351 Set mResolvedBaseFile for apex install sessions. by Richard Uhler · 5 years ago
  41. 2b340a2 Allow cross user SessionCallback support by Jon Miranda · 5 years ago
  42. 275b4ab Add an error message to staged install session. by Dario Freni · 5 years ago
  43. 065aac1 Merge "Support for multi-package apex sessions." by TreeHugger Robot · 5 years ago
  44. 015f935 Support for multi-package apex sessions. by Dario Freni · 5 years ago
  45. a6f1128 Fix the xml parsing of multi-package sessions. by Dario Freni · 5 years ago
  46. 0180d0b Checkpoint staged session when state changes. by Dario Freni · 6 years ago
  47. 8e7d0ec Persist staged sessions upon commit. by Dario Freni · 6 years ago
  48. 9dfa674 StagingManager: Implement signature verification for APEXes. by Narayan Kamath · 6 years ago
  49. 0663df4 Don't check fs-verity in installer session if not enabled by Victor Hsieh · 6 years ago
  50. 968285a Merge "Support fs-verity signature in installer session" by TreeHugger Robot · 6 years ago
  51. 2b9930d Merge "Write staged sessions to /data/staging." by Dario Freni · 6 years ago
  52. c0cd748 Support fs-verity signature in installer session by Victor Hsieh · 6 years ago
  53. e7b5a8d Introduce android:preferCodeIntegrity, private for now by Victor Hsieh · 6 years ago
  54. a8f4b13 Write staged sessions to /data/staging. by Dario Freni · 6 years ago
  55. 474dffd Merge "Add RollbackManagerService" by Richard Uhler · 6 years ago
  56. b29f145 Add RollbackManagerService by Richard Uhler · 6 years ago
  57. be98c3f First version of Staging Manager. by Dario Freni · 6 years ago
  58. e487ea2 Send a broadcast for staged session state changes. by Dario Freni · 6 years ago
  59. 71eee5e Add a state for Staged Sessions. by Dario Freni · 6 years ago
  60. fd4a3b4 Implement DELEGATION_PACKAGE_INSTALLATION by Rubin Xu · 6 years ago
  61. aac4ba4 Add Mock APIs for staged installs. by Dario Freni · 6 years ago
  62. a77a677 Bypass most session work for APEX packages by Patrick Baumann · 6 years ago
  63. 0aff9b1 Revert "Revert "Adds new atomic install API"" by Patrick Baumann · 6 years ago
  64. ccf59d6 Merge "Revert "Adds new atomic install API"" by Jie Song · 6 years ago
  65. 7e1c9d7 Revert "Adds new atomic install API" by Jie Song · 6 years ago
  66. 0f60a8d Merge "Adds new atomic install API" by TreeHugger Robot · 6 years ago
  67. bfbf4ed Rename APEX installPackage method to stagePackage. by Dario Freni · 6 years ago
  68. 44da627 Adds new atomic install API by Patrick · 6 years ago
  69. d8bf22e Initial support for installing APEX via adb. by Dario Freni · 6 years ago
  70. 3a9756c Merge "Fix FD leak during ADB shell install." am: c558f4cedf am: 9882ad7a27 by Chuanghua Zhao · 6 years ago
  71. b584c6e Fix FD leak during ADB shell install. by Chuanghua Zhao · 6 years ago
  72. 29cfa27 Fail install if split is missing by Todd Kennedy · 6 years ago
  73. a05a994 Remove DefaultContainerService usage in PackageManagerService. by Sudheer Shanka · 6 years ago
  74. 6182cea Separate package managers view of installer and permissions controller. by Philip P. Moltmann · 6 years ago
  75. e8fe3cb Rename ACTION_CONFIRM_PERMISSIONS -> ACTION_CONFIRM_INSTALL by Philip P. Moltmann · 6 years ago
  76. b5a3117 Merge "Utility methods useful for working with files." by Jeff Sharkey · 6 years ago
  77. 5aae0c9 Utility methods useful for working with files. by Jeff Sharkey · 6 years ago
  78. d9d343c Do not commit session twice by Philip P. Moltmann · 6 years ago
  79. 1bea237 In place split install native support by Patrick Baumann · 6 years ago
  80. 14b3de1 Bind to DefaultContainerService early for AIA by Patrick Baumann · 6 years ago
  81. 656a2a0 Read install session attrs before child elements by Philip P. Moltmann · 6 years ago
  82. a36dc62 Frameworks: Annotate trivial @GuardedBy in services/core by Andreas Gampe · 6 years ago
  83. 0451de6 Put PackageInstaller in the drivers seat. by Jeff Sharkey · 6 years ago
  84. e36211c Merge "Add update packages permission" by TreeHugger Robot · 6 years ago
  85. d5d154e Merge "Support installation of DexMetadata files (.dm)" by Calin Juravle · 6 years ago
  86. 3fc56c3 Support installation of DexMetadata files (.dm) by Calin Juravle · 7 years ago
  87. adcb522 Add update packages permission by Chad Brubaker · 7 years ago
  88. 2aede85 Moves instant app install checks to install time by Patrick Baumann · 7 years ago
  89. 420d58a Move signing data into SigningDetails container by Patrick Baumann · 7 years ago
  90. 3d70a03 Revert "Move signing data into SigningDetails container" by Patrick Baumann · 7 years ago
  91. 47117fc Move signing data into SigningDetails container by Patrick Baumann · 7 years ago
  92. 79c238a Use modern install method in backup service by Philip P. Moltmann · 7 years ago
  93. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  94. dabae88 Allow secondary user POs on affiliated devices more DPM APIs by Benjamin Franz · 7 years ago
  95. 96aac9b3 Framework: Prefer android.system.Os over libcore.io.Libcore.os by Tobias Thierer · 7 years ago
  96. 1ed4bb5 Merge "Revert "When updating a split app, copy compiled files from base.apk only."" am: 154535317e am: 4a69261500 am: f3ef1f09ef by Calin Juravle · 7 years ago
  97. d37ded9 Merge "Revert "When updating a split app, copy compiled files from base.apk only."" am: 154535317e am: 4a69261500 by Calin Juravle · 7 years ago
  98. 4a69261 Merge "Revert "When updating a split app, copy compiled files from base.apk only."" by Calin Juravle · 7 years ago
  99. 1545353 Merge "Revert "When updating a split app, copy compiled files from base.apk only."" by Calin Juravle · 7 years ago
  100. 4a4a4e8 Revert "When updating a split app, copy compiled files from base.apk only." by Calin Juravle · 7 years ago