1. 9de0b77 Get blocked restore keys directly from UserBMS by Ruslan Tkhakokhov · 4 years, 5 months ago
  2. 9e76d04 Stage 'android' package in PerformUnifiedRestoreTask by Ruslan Tkhakokhov · 4 years, 6 months ago
  3. b6798a7 Fix bad test for testGetUserForAncestralSerialNumber which was by nathch · 4 years, 6 months ago
  4. 5d51c31 Dump information for all users running backup in backup dumpsys. by nathch · 4 years, 6 months ago
  5. e9388da Handle uncaught exceptions in BackupHandler by Ruslan Tkhakokhov · 4 years, 6 months ago
  6. 3a9f1e9 Merge "Fix Error Prone errors" by Colin Cross · 4 years, 6 months ago
  7. 5ea7fb7 Fix Error Prone errors by Colin Cross · 4 years, 7 months ago
  8. 5e5a448 remove unused private fields and unnecessary TODOs by nathch · 4 years, 6 months ago
  9. d1b4b81 Fix NPE while reading leftover journals in BMS by Ruslan Tkhakokhov · 4 years, 7 months ago
  10. 9e111f1 Add BackupManager#excludeKeysFromRestore() by Ruslan Tkhakokhov · 4 years, 8 months ago
  11. c5990e6 Add DelegatingTransport which delegates all transport methods to its delegate by nathch · 4 years, 10 months ago
  12. 15bf74c Merge Trampoline and BMS by Bernardo Rufino · 5 years ago
  13. 0948c30 Move dump() to Trampoline by Bernardo Rufino · 5 years ago
  14. f410de0 Move adb backup/restore operations to Trampoline by Bernardo Rufino · 5 years ago
  15. a83c2e0 Move restore operations to Trampoline by Bernardo Rufino · 5 years ago
  16. b6bc6e2 Move backup operations to Trampoline by Bernardo Rufino · 5 years ago
  17. 7dedc86 Move settings operations to Trampoline by Bernardo Rufino · 5 years ago
  18. 0c8b84e Move {get,set}AncestralSerialNumber() to Trampoline by Bernardo Rufino · 5 years ago
  19. 470f8be Move updateTransportAttributes() to Trampoline by Bernardo Rufino · 5 years ago
  20. b188863 Move more transport operations to Trampoline by Bernardo Rufino · 5 years ago
  21. dd1fbf2 Move some transport operations to Trampoline by Bernardo Rufino · 5 years ago
  22. ae1b0d8 Move backup agent operations to Trampoline. by Bernardo Rufino · 5 years ago
  23. 1cc1768 Move isAbleToServeUser() to Trampoline by Bernardo Rufino · 5 years ago
  24. 9b55bfb Move start and stop of sub-systems to Trampoline by Bernardo Rufino · 5 years ago
  25. 973194f Move transport whitelist to Trampoline by Bernardo Rufino · 5 years ago
  26. d1df67e Eagerly initialize BMS in Trampoline's constructor by Bernardo Rufino · 5 years ago
  27. 599e9b3 Fix KeyValueBackupTaskTest shadow errors by Annie Meng · 5 years ago
  28. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  29. 7e5b99b Merge "isBackupServiceActive should not depend on whether the user is started" by Chandan Nath · 5 years ago
  30. 4fe554a isBackupServiceActive should not depend on whether the user is started by Chandan Nath · 5 years ago
  31. 8915b35 Grants camera permission to Attention Service. by Yi Jiang · 5 years ago
  32. be1fe6f Merge "Add getDeclaredShareLibraries() for role qualification checking." by Hai Zhang · 5 years ago
  33. 1ad238f Add getDeclaredShareLibraries() for role qualification checking. by Hai Zhang · 5 years ago
  34. 4eb4efc API Review: Make dataManagementLabel a CharSequence by Annie Meng · 5 years ago
  35. 1a1f5a21 Grant record audio permission to SystemCaptionsService instead of ContentCaptureService by Nadav Bar · 5 years ago
  36. 2a537a6 Guard changing policy_fixed flag behind permission by Philip P. Moltmann · 5 years ago
  37. 4845667 Move permission restore code into permission controller. by Philip P. Moltmann · 5 years ago
  38. 9536821 [Multi-user]: R backwards compatibility in activating/deactivating the service by Chandan Nath · 5 years ago
  39. cd7695d Add a new "appPredictor" protection flag. by George Hodulik · 5 years ago
  40. 5a15b55 Added a new "incidentReportApprover" permission protection flag. by Joe Onorato · 6 years ago
  41. 6d79ab7 Add microphone pemrission on default to content catprue service package by Nadav Bar · 5 years ago
  42. 7535077 Merge "[Multi-user] Disable backup by default in non-system users" by Annie Meng · 5 years ago
  43. bdb8848 [Multi-user] Disable backup by default in non-system users by Annie Meng · 5 years ago
  44. 6712b72 [Multi-user] Verfiy full backup/restore flow by Ruslan Tkhakokhov · 5 years ago
  45. 72d03de Make Trampoline support multi-user backup. by Stefano Tommasini · 5 years ago
  46. 851bdd4 [Multi-User] Make JobScheduler logic multi-user aware by Ruslan Tkhakokhov · 6 years ago
  47. 91824ff [Backup cleanup] remove unused (and no-op) method setBackupProvisioned by Chandan Nath · 6 years ago
  48. 71452ce [Multi-User] Unregister stopped users in BMS by Annie Meng · 6 years ago
  49. 816fd23 [Multi-user] Consolidate system and non-system user unlock callbacks by Annie Meng · 6 years ago
  50. 8cd86f1 [Multi-user] Change Trampoline,BackupManagerService to use userId by Chandan Nath · 6 years ago
  51. 2ec8b91 Merge "[Multi-user] Change more BackupManager AIDL methods to accept userId in methods" by Chandan Nath · 6 years ago
  52. d1ee43e [Multi-user] Change more BackupManager AIDL methods to accept userId in methods by Chandan Nath · 6 years ago
  53. 6a93c23 [Multi-user] Decouple UserBMS and BMS creation by Annie Meng · 6 years ago
  54. a2fe6c5 [Multi-user] Add -user param to adb backup/restore by Ruslan Tkhakokhov · 6 years ago
  55. cd44f75 [Multi-user] Change BackupManager AIDL to accept userId in methods by Chandan Nath · 6 years ago
  56. a6d8287 [Multi-user] Create setting for multi-user backup service support by Annie Meng · 6 years ago
  57. 384230f [Multi-user] Rename GlobalBackupManagerService -> BackupManagerService by Annie Meng · 6 years ago
  58. 813716b [Multi-user] Extract BackupManagerService to UserBackupManagerService by Annie Meng · 6 years ago
  59. 523c949 [Multi-user] Clean up backup service creation and disable by Annie Meng · 6 years ago
  60. 861872d Merge "Remove BackupManagerServiceInterface" by TreeHugger Robot · 6 years ago
  61. a117b0d Add PackageSignatures readXml tests by Michael Groover · 6 years ago
  62. a5ccb6c Remove BackupManagerServiceInterface by Bernardo Rufino · 6 years ago
  63. a26eda9 Migrate frameworks/base/services/tests/servicestests to androidx.test by Brett Chabot · 6 years ago
  64. 6c644e6 Always review permissions before <M app is started the first time by Philip P. Moltmann · 6 years ago
  65. fd1d729 Increase PerformBackupTask unit coverage 2 by Bernardo Rufino · 6 years ago
  66. 7307e64 Check manifest if runtime state of app is DEFAULT by Bernardo Rufino · 6 years ago
  67. 5c9f527e Add SigningInfo class to expose package signing details. by Dan Cashman · 6 years ago
  68. 6affc07 Merge "APIs to suspend packages with SUSPEND_APPS permission" into pi-dev by TreeHugger Robot · 6 years ago
  69. 021b57a APIs to suspend packages with SUSPEND_APPS permission by Suprabh Shukla · 6 years ago
  70. 18e3eb8 Add SoundTriggerDetectionService by Philip P. Moltmann · 6 years ago
  71. 528c3e5 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  72. 14c716c Revert "Allow restoring of apps that rotated key" by Amith Yamasani · 6 years ago
  73. 313d225 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  74. fe4ae0c Rename RefactoredBackupManagerService to BackupManagerService by Michal Karpinski · 6 years ago
  75. c4788e1 Merge "Adding a new category to mark car-optimized launcher activity" by Roberto Perez · 6 years ago
  76. 7ee1a7a Adding a new category to mark car-optimized launcher activity by Roberto Perez · 7 years ago
  77. 2ab9c4c Rename Robo tests to BackupManagerServiceTest by Annie Meng · 6 years ago
  78. 41349c0 Binding on-demand #10: Remove permanent binding and add registration by Bernardo Rufino · 6 years ago
  79. a068cd6 Merge "Binding on-demand #8: Miscellaneous usages" by TreeHugger Robot · 7 years ago
  80. fa51853 Binding on-demand #8: Miscellaneous usages by Bernardo Rufino · 7 years ago
  81. 79c238a Use modern install method in backup service by Philip P. Moltmann · 7 years ago
  82. 7f14ede Binding on-demand #6: Transport attributes usage by Bernardo Rufino · 7 years ago
  83. 3accca0 Add major version code to platform. by Dianne Hackborn · 11 years ago
  84. 728dcea Remove old BackupManagerService by Bernardo Rufino · 7 years ago
  85. ab95333 Binding on-demand #3: updateTransportAttributes() API by Bernardo Rufino · 7 years ago
  86. b13f153 Remove one legacy install path by Philip P. Moltmann · 7 years ago
  87. 5c90ff0 [RefactoredBMS] Correct scope of "disabled?" check viz backup/restore decisions by Michal Karpinski · 7 years ago
  88. 4f8680b MagnificationGestureHandler refactoring and unit test by Eugene Susla · 7 years ago
  89. 0d0d180 Merge "Merge "Solve AppBackupUtils.signaturesMatch() policies" into oc-mr1-dev am: a743c01d00" into oc-mr1-dev-plus-aosp by Bernardo Rufino · 7 years ago
  90. cbcc34e Solve AppBackupUtils.signaturesMatch() policies by Bernardo Rufino · 7 years ago
  91. a1109ef Locking changes in ProcessedPackagesJournal by Robert Berry · 7 years ago
  92. 6d2fbdf Extract class AppsBackedUpOnThisDeviceJournal from BackupManagerService by Robert Berry · 7 years ago
  93. 9da8b8a7 Add new API to retrieve app names in a batch by Todd Kennedy · 7 years ago
  94. 88783f2 Merge "Move duplicated union of HashSets logic into helper class" by TreeHugger Robot · 7 years ago
  95. cb2bb89 Merge "Move logic for backup journal into its own class" by TreeHugger Robot · 7 years ago
  96. c895355 Move duplicated union of HashSets logic into helper class by Robert Berry · 7 years ago
  97. 9699fe3 Pull backup password logic out of BackupManagerService by Robert Berry · 7 years ago
  98. c31a839 Move logic for backup journal into its own class by Robert Berry · 7 years ago
  99. 21942e0 Add tests for routeSocketDataToOutput. by Artem Iglikov · 7 years ago
  100. 51829ae Merge "Setting Session commited broadcast when an existing apk is enabled for a different user" into oc-dev am: fc157e702f by Sunny Goyal · 7 years ago