1. 8c71718 Support dumping according to package name in the PermissionService by 张倞诚 · 1 year, 9 months ago
  2. 1ba16aa Fix NPE when PermissionEntry.getGids() returns null. by Hai Zhang · 1 year, 11 months ago
  3. dc8c435 Create a better implementation for permission GIDs. by Hai Zhang · 1 year, 11 months ago
  4. 4bf59a5 Move package parsing implementations to internal by TYM Tsai · 2 years, 1 month ago
  5. af9f90b Add unit tests for DevicePermissionPolicy by mrulhania · 2 years, 1 month ago
  6. 04966c5 Rename device aware permissions apis flag by mrulhania · 2 years, 1 month ago
  7. bfd2e7a Clear permissions for virtual devices by mrulhania · 2 years, 2 months ago
  8. 07f9a2f Merge "[DeviceAware] Make AppOpsCheckingServiceInterface device-aware" into main by Karishma Vakil · 2 years, 2 months ago
  9. 686b076 Merge "[Permissions] Update frameworks/base/services/permission/OWNERS to include everyone in the permissions team" into main by Nate Myren · 2 years, 2 months ago
  10. 319379c [DeviceAware] Make AppOpsCheckingServiceInterface device-aware by Karishma Vakil · 2 years, 2 months ago
  11. 21001c2 [Permissions] Update frameworks/base/services/permission/OWNERS to by Karishma Vakil · 2 years, 2 months ago
  12. b42d532 Rename deviceId to persistentDeviceId by mrulhania · 2 years, 2 months ago
  13. 1dbac8d Merge "Support virtual device in permissions listener" into main by Manjeet Rulhania · 2 years, 2 months ago
  14. 31207a9 Support virtual device in permissions listener by mrulhania · 2 years, 4 months ago
  15. f49b30c [DeviceAware] Delete unused methods in AppOpsCheckingServiceInterface by Karishma Vakil · 2 years, 2 months ago
  16. 4a4701d Hardcode device aware permissions in system server by Yuting Fang · 2 years, 3 months ago
  17. 91afb8a Remove retailDemo protection flag implemenetation in the new subsystem. by Hai Zhang · 2 years, 6 months ago
  18. c2c630d Reformat permission Kotlin code in frameworks/base/service by Yuting Fang · 2 years, 3 months ago
  19. 4f30ee7 Merge "Reset virtual device permissions" into main by Manjeet Rulhania · 2 years, 3 months ago
  20. bf9058c Reset virtual device permissions by Manjeet Rulhania · 2 years, 3 months ago
  21. e599aec Add flags for device aware permission by Manjeet Rulhania · 2 years, 4 months ago
  22. 74e11cf Merge "Add PermissionFlagsTest to Platinum Suite." into main by Hai Zhang · 2 years, 4 months ago
  23. 1e61e07 Merge "device aware self revoke and one time session timeout" into main by Manjeet Rulhania · 2 years, 4 months ago
  24. 8ac2e96 device aware self revoke and one time session timeout by mrulhania · 2 years, 5 months ago
  25. 2d8d591 Use non-null assertion instead of checkNotNull(). by Hai Zhang · 2 years, 4 months ago
  26. 6a7f372 Add missing permission checks for adding permission listeners. by Hai Zhang · 2 years, 4 months ago
  27. 9e9205a Add PermissionFlagsTest to Platinum Suite. by Hai Zhang · 2 years, 4 months ago
  28. 5adb2ae Device aware permission schema/policy changes by mrulhania · 2 years, 8 months ago
  29. 1b66ee9 Merge "Use androidx Flaky annotation for device tests." into main by Anna Zhuravleva · 2 years, 5 months ago
  30. 86045ab Merge "Revert "Remerge: Device aware permission schema/policy changes"" into main by Vladimir Komsiyski · 2 years, 5 months ago
  31. d0e4443 Revert "Remerge: Device aware permission schema/policy changes" by Vladimir Komsiyski · 2 years, 5 months ago
  32. 9f00c7f Merge "Add unit tests for AppIdPermissionPolicy" into main by Treehugger Robot · 2 years, 5 months ago
  33. 4554e74 Add unit tests for AppIdPermissionPolicy by Yi-an Chen · 2 years, 6 months ago
  34. 8583ef8 Fix kotlin nullable errors in services.permission by Colin Cross · 2 years, 5 months ago
  35. a34ff85 Merge "Remerge: Device aware permission schema/policy changes" into main by Manjeet Rulhania · 2 years, 5 months ago
  36. 30b91e6 Remerge: Device aware permission schema/policy changes by mrulhania · 2 years, 8 months ago
  37. 3f11e9d Use androidx Flaky annotation for device tests. by Anna Zhuravleva · 2 years, 5 months ago
  38. 77599805 Fix NPE due to SparseArray.remove() without gc(). by Hai Zhang · 2 years, 5 months ago
  39. 0a98941 Merge "Revert "Device aware permission schema/policy changes"" into main by Ján Sebechlebský · 2 years, 5 months ago
  40. c6f062b Revert "Device aware permission schema/policy changes" by Ján Sebechlebský · 2 years, 5 months ago
  41. 8b28328 Merge "Add kdoc for immutable data structure classes." into main by Treehugger Robot · 2 years, 6 months ago
  42. 787c076 Device aware permission schema/policy changes by mrulhania · 2 years, 8 months ago
  43. 0881f77 Add kdoc for immutable data structure classes. by Hai Zhang · 2 years, 6 months ago
  44. f0545c1 Merge "Prevent some key system applications from losing storage permissions" into main by Yi-an Chen · 2 years, 6 months ago
  45. 462c1d1 Prevent some key system applications from losing storage permissions by Yi-an Chen · 2 years, 6 months ago
  46. 86d4819 Only run flaky permissions test in postsubmit (frameworks/base) by Jay Thomas Sullivan · 2 years, 6 months ago
  47. 83b3860 Adding Bug component to Permissions related OWNERS files by Joe Castro · 2 years, 6 months ago
  48. 83bdb14 Add test mapping for new permission code. by Hai Zhang · 2 years, 6 months ago
  49. 6b955f6 Revert "Revert "Update signature permissions when package signing is changed."" by Hai Zhang · 2 years, 6 months ago
  50. 2eaf848 Revert "Update signature permissions when package signing is changed." by Sam Dubey · 2 years, 6 months ago
  51. 88c2406 Update signature permissions when package signing is changed. by Hai Zhang · 2 years, 6 months ago
  52. dca00a4 Reorder check in resetRuntimePermissions(). by Hai Zhang · 2 years, 7 months ago
  53. cd225c7 Only reset runtime permissions in resetRuntimePermissions(). by Hai Zhang · 2 years, 7 months ago
  54. 3506548 Merge "Re-evaluate permission state upon known certs change." by Treehugger Robot · 2 years, 7 months ago
  55. 8e8b067 Re-evaluate permission state upon known certs change. by Hai Zhang · 2 years, 7 months ago
  56. d92cb21 Upgrade user selected permission in visual media group by Manjeet Rulhania · 2 years, 9 months ago
  57. 4ff9f6d Optimize check for requested permissions. by Hai Zhang · 2 years, 7 months ago
  58. d904133 Fix apps losing storage permission on every boot. by Hai Zhang · 2 years, 7 months ago
  59. 2360306 Merge "Make AndroidPackage.(requested|implicit)Permissions a Set." by Hai Zhang · 2 years, 7 months ago
  60. 3d5494f Merge "Only report permissions that require re-evaluation as changed." by Treehugger Robot · 2 years, 7 months ago
  61. 37f5bb9 Make AndroidPackage.(requested|implicit)Permissions a Set. by Hai Zhang · 2 years, 7 months ago
  62. 1fb1ca5 Only report permissions that require re-evaluation as changed. by Hai Zhang · 2 years, 7 months ago
  63. 09fe276 iris cleanup unused methods by mrulhania · 2 years, 7 months ago
  64. 71eeae1 Cork PackageInfo cache for onStorageVolumeMounted() and onUserCreated(). by Hai Zhang · 2 years, 8 months ago
  65. d84e31b Use a separate fingerprint for DefaultPermissionGrantPolicy. by Hai Zhang · 2 years, 8 months ago
  66. 402a38a Fix system crash when APK gets deleted. by Hai Zhang · 2 years, 8 months ago
  67. 84be7d6 Keep legacy permission granted if it has been reviewed. by Hai Zhang · 2 years, 8 months ago
  68. b2cf30a Correct the scan order in onStoreageVolumeAdded by Yi-an Chen · 2 years, 8 months ago
  69. d8e8255 Use Slog instead of Log in UPS. by Hai Zhang · 2 years, 8 months ago
  70. ebb6f31 Never serialize one-time permissions as granted in UPS. by Hai Zhang · 2 years, 8 months ago
  71. defed6c Retain ROLE and USER_SET for app-op permissions in UPS. by Hai Zhang · 2 years, 8 months ago
  72. 3ba8435 Fix concurrent modification during reads for SparseArray. by Hai Zhang · 2 years, 8 months ago
  73. ef95394 Remove REVIEW_REQUIRED and REVOKED_COMPAT with install -g. by Hai Zhang · 2 years, 8 months ago
  74. c3f20ed Fix deadlock in app op listeners. by Hai Zhang · 2 years, 8 months ago
  75. bf667ec1 Add dumpsys for new permissions subsystem by Manjeet Rulhania · 2 years, 9 months ago
  76. 89cc5e9 Merge "Make PermissionPolicyService use OnPermissionsChangeListener." by Treehugger Robot · 2 years, 9 months ago
  77. 1993c88 Make PermissionPolicyService use OnPermissionsChangeListener. by Hai Zhang · 2 years, 9 months ago
  78. 43cff46 Merge "Allow setting REVIEW_REQUIRED in updatePermissionFlags()." by Treehugger Robot · 2 years, 9 months ago
  79. 0ee4b38 Allow setting REVIEW_REQUIRED in updatePermissionFlags(). by Hai Zhang · 2 years, 9 months ago
  80. 7d9adee Merge "Add toString() for immutable collections." by Treehugger Robot · 2 years, 9 months ago
  81. 965db6d Add toString() for immutable collections. by Hai Zhang · 2 years, 9 months ago
  82. f5a7c16 Remove stopship from AppIdPermissionPolicy by Yi-an Chen · 2 years, 9 months ago
  83. 04459ff9 Move dropping implicit UPGRADE_EXEMPT into permission policy. by Hai Zhang · 2 years, 9 months ago
  84. 7e8b4c0 Implement retailDemo protection flag in the new subsystem. by Hai Zhang · 2 years, 9 months ago
  85. 85a5157 Allow getting and removing app op modes for non-existent users. by Hai Zhang · 2 years, 9 months ago
  86. bbd5363 Merge "Extract ExternalState from SystemState." by Hai Zhang · 2 years, 9 months ago
  87. 30854f8 Extract ExternalState from SystemState. by Hai Zhang · 2 years, 9 months ago
  88. b64545f Merge "make upgrade version combination resilient" by Manjeet Rulhania · 2 years, 9 months ago
  89. 485d809 make upgrade version combination resilient by Manjeet Rulhania · 2 years, 9 months ago
  90. 5b1bc59 Add listeners to appops checking interface by Evan Severson · 2 years, 10 months ago
  91. 6e564e4 Clean up TODOs in the new subsystem. by Hai Zhang · 2 years, 9 months ago
  92. fdb7de21e Rename AccessState appIds to appIdPackageNames. by Hai Zhang · 2 years, 9 months ago
  93. a8b3e27 Use immutable collections. by Hai Zhang · 2 years, 10 months ago
  94. c58566f Add immutable collections. by Hai Zhang · 3 years ago
  95. 9df3f10 appops state upgrade and migration by Manjeet Rulhania · 2 years, 11 months ago
  96. 688853f Fix errors for UPS startup by Manjeet Rulhania · 2 years, 10 months ago
  97. 059a58f move permissions state upgrade to system server by Manjeet Rulhania · 2 years, 10 months ago
  98. 130babb Merge changes from topic "revert-22262229-revert-21960657-TEBKYKOPLW-XORRPIIXBM" by Evan Severson · 2 years, 10 months ago
  99. 7cce01d Don't drop restricted permission allowlist for system apps. by Hai Zhang · 2 years, 10 months ago
  100. 553dcee Revert^2 "Move appop watcher logic into AppOpsService" by Evan Severson · 2 years, 10 months ago