1. 8540f01 Merge "Don't keep pregrants for non-system apps after partial uninstallation" into main by Treehugger Robot · 9 weeks ago
  2. 218b605 Don't keep pregrants for non-system apps after partial uninstallation by Hai Zhang · 5 months ago
  3. 9cbf2ac Merge "Batch migration of frameworks/base TEST_MAPPING to test_module_config modules" into main am: cb650f8398 am: 0c9ffcdcf5 by Ronald Braunstein · 5 months ago
  4. a8fb311 Batch migration of frameworks/base TEST_MAPPING to test_module_config modules by Ronald Braunstein · 5 months ago
  5. 9263f25 Rename checkPrivilegedPermissionAllowlist() by Yi-an Chen · 6 months ago
  6. 0b951d2 Stop deleting reserve copy file for permission and role by Hai Zhang · 7 months ago
  7. 8923df7 Add missing fs-verity setup for UPS. by Hai Zhang · 7 months ago
  8. 306f27c Stop deleting reserve copy file for permission and role by Hai Zhang · 7 months ago
  9. e9050bb Kill apps when GIDs changed instead of only when added by Hai Zhang · 8 months ago
  10. 01a71e9 Keep the implicit flag for pre-23 apps when inheriting implicit permissions by Hai Zhang · 8 months ago
  11. fb6e6e9 Extract getAppIdTargetSdkVersion() in AppIdPermissionPolicy by Hai Zhang · 8 months ago
  12. 0790d1b Keep the implicit flag for pre-23 apps when inheriting implicit permissions by Hai Zhang · 8 months ago
  13. 08d28c2 Make ag/18284930 work on Wear OS by Bagus Maulana · 9 months ago
  14. c579435 Merge "Improve logging of ignored setUidMode" into main by Jay Sullivan · 9 months ago
  15. f614609 Improve logging of ignored setUidMode by Jay Thomas Sullivan · 9 months ago
  16. 7c1b2f1 Allow APEX to customize signature permission allowlist. by Hai Zhang · 10 months ago
  17. 5b0af12 Log callingUid from setUidMode by Jay Sullivan · 9 months ago
  18. b67919d Allow all partitions to provide signature permission allowlist for downloaded apps by Hai Zhang · 9 months ago
  19. 84197da Merge "Support dumping according to package name in the PermissionService" into main am: 43dc73188e am: d844514085 by Treehugger Robot · 10 months ago
  20. 8c71718 Support dumping according to package name in the PermissionService by 张倞诚 · 10 months ago
  21. 79392d1 Merge "Fix formating in AppIdPermissionPolicy" into main by Treehugger Robot · 10 months ago
  22. 4a96f1b Don't revoke READ_MEDIA_VISUAL_USER_SELECTED when requested by mrulhania · 10 months ago
  23. 185f7ba Fix formating in AppIdPermissionPolicy by mrulhania · 10 months ago
  24. c40e6f0 Fix permissions dump in the bugreports by mrulhania · 10 months ago
  25. 520f19b AppOp mode for device aware permissions should come from their permission states by Yuting · 11 months ago
  26. bec18ed Unflag ignoring APEX packages in UPS (i.e. in V+) by Hai Zhang · 10 months ago
  27. 3e1813f Merge "Revert^2 "Perform device capability check when checking device aware permission on"" into main by Yuting Fang · 11 months ago
  28. fef82f4 Merge "Ignore APEX packages in UPS (i.e. in V+)." into main by Treehugger Robot · 11 months ago
  29. 835a35f [1/2] Add relevant tests in VDM to presubmit test of permission code by Yuting · 11 months ago
  30. 4376993 Revert^2 "Perform device capability check when checking device aware permission on" by Yuting Fang · 11 months ago
  31. 10952b0 Revert "Perform device capability check when checking device aware permission on" by Pechetty Sravani · 11 months ago
  32. f829917 Ignore APEX packages in UPS (i.e. in V+). by Hai Zhang · 11 months ago
  33. 3c6a28b Perform device capability check when checking device aware permission on by Yuting · 11 months ago
  34. 5af800b Merge "Unflag new permission GID implementation and remove legacy code." into main by Treehugger Robot · 11 months ago
  35. 9796918 Unflag new permission GID implementation and remove legacy code. by Hai Zhang · 11 months ago
  36. 3ec891e Fix soft restricted flag computation for shared UID by Hai Zhang · 11 months ago
  37. ded4081 Merge changes from topic "signature-permission-allowlist-test" into main by Treehugger Robot · 11 months ago
  38. 70baff8 Add system server test API to force enforce signature permission allowlist. by Hai Zhang · 1 year ago
  39. d94332e Use IoThread for permission access persistence. by Xin Guan · 12 months ago
  40. c6da66f Fix translation between APPLY_RESTRICTION and SOFT_RESTRICTED by Hai Zhang · 12 months ago
  41. 5954f11 Added GRANT & REVOKE permissions to getAllPermissionStates by Kiran Ramachandra · 12 months ago
  42. 2a4ee72 Merge "Reapply "Evaluate runtime permissions state for their appop"" into main by Evan Severson · 12 months ago
  43. 324b692 Merge "Make SOFT_RESTRICTED reflect actual restriction state" into main by Treehugger Robot · 12 months ago
  44. f23a8b1 Make SOFT_RESTRICTED reflect actual restriction state by Hai Zhang · 12 months ago
  45. 61b76a8 Reused existing method in getAllPermissionStates by Kiran Ramachandra · 12 months ago
  46. 4090e1f Reapply "Evaluate runtime permissions state for their appop" by Evan Severson · 1 year ago
  47. a9d3572 Respect RESTRICTION_REVOKED in PermissionFlags.isAppOpGranted() by Hai Zhang · 12 months ago
  48. 1ba16aa Fix NPE when PermissionEntry.getGids() returns null. by Hai Zhang · 1 year ago
  49. dc8c435 Create a better implementation for permission GIDs. by Hai Zhang · 1 year ago
  50. b0b149c45 Fix NPE when PermissionEntry.getGids() returns null. by Hai Zhang · 1 year ago
  51. 05b75fb Create a better implementation for permission GIDs. by Hai Zhang · 1 year ago
  52. b7d1881 Merge "Change checkUidPermission and others in PermissionManagerServiceInterface to accept persistentDeviceId" into main by Yuting Fang · 1 year ago
  53. 06c9004 Change checkUidPermission and others in PermissionManagerServiceInterface to accept persistentDeviceId by Yuting Fang · 1 year ago
  54. 97ebfa3 Create a separate feature flag to control permissions what permissions are device aware by Yuting Fang · 1 year ago
  55. bb68262 Added new API to support UX for external device permission by Kiran Ramachandra · 1 year, 1 month ago
  56. 7d7a26e New permission system APIs with persistent device Id by Yuting Fang · 1 year, 1 month ago
  57. 781c51a Create a system API to check permission by persistent device Id by Yuting Fang · 1 year, 1 month ago
  58. 4d39576 Merge "[DeviceAware] Track op accesses per device in AppOpsService" into main by Karishma Vakil · 1 year, 1 month ago
  59. 49ec477 [DeviceAware] Track op accesses per device in AppOpsService by Karishma Vakil · 1 year, 2 months ago
  60. ff3432d Upgrade body sensors background permission in V by vignesh ramanathan · 1 year, 2 months ago
  61. 0680d68f Work around NPE in onPackageUninstalled(). by Hai Zhang · 1 year, 1 month ago
  62. c78e8c3 Fix NPEs in DevicePermissionPolicy. by Hai Zhang · 1 year, 1 month ago
  63. c31dd7f Don't throw exception when changing unrequested permission state. by Hai Zhang · 1 year, 1 month ago
  64. 4906296 Merge "Add signature permission allowlist." into main by Hai Zhang · 1 year, 1 month ago
  65. 62ee3bc Add signature permission allowlist. by Hai Zhang · 1 year, 1 month ago
  66. 8848f96 Merge "Revert^2 "Fix NPEs in {AppId,Package}AppOpPolicy"" into main by Treehugger Robot · 1 year, 1 month ago
  67. 9c88a32 Revert^2 "Fix NPEs in {AppId,Package}AppOpPolicy" by Evan Severson · 1 year, 1 month ago
  68. 6774a69 Merge changes from topic "revert-25925437-BJHAEYYTFD" into main by Carlos Galo · 1 year, 1 month ago
  69. b0ed625 Revert "Fix NPEs in {AppId,Package}AppOpPolicy" by Priyanka Advani · 1 year, 1 month ago
  70. bca8715 Revert "Evaluate runtime permissions state for their appop" by Priyanka Advani · 1 year, 1 month ago
  71. f18b4fa Merge changes from topic "runtime_appops" into main by Evan Severson · 1 year, 1 month ago
  72. cf93a3a Fix NPEs in {AppId,Package}AppOpPolicy by Evan Severson · 1 year, 1 month ago
  73. 5b6153e Evaluate runtime permissions state for their appop by Evan Severson · 1 year, 1 month ago
  74. 16736c2 Fix NPEs in AppIdPermissionPolicy. by Hai Zhang · 1 year, 1 month ago
  75. 3ee1def Fix privileged permission handling for ODM apps. by Hai Zhang · 1 year, 2 months ago
  76. 4bf59a5 Move package parsing implementations to internal by TYM Tsai · 1 year, 3 months ago
  77. af9f90b Add unit tests for DevicePermissionPolicy by mrulhania · 1 year, 3 months ago
  78. 04966c5 Rename device aware permissions apis flag by mrulhania · 1 year, 2 months ago
  79. bfd2e7a Clear permissions for virtual devices by mrulhania · 1 year, 3 months ago
  80. 07f9a2f Merge "[DeviceAware] Make AppOpsCheckingServiceInterface device-aware" into main by Karishma Vakil · 1 year, 3 months ago
  81. 686b076 Merge "[Permissions] Update frameworks/base/services/permission/OWNERS to include everyone in the permissions team" into main by Nate Myren · 1 year, 3 months ago
  82. 319379c [DeviceAware] Make AppOpsCheckingServiceInterface device-aware by Karishma Vakil · 1 year, 3 months ago
  83. 21001c2 [Permissions] Update frameworks/base/services/permission/OWNERS to by Karishma Vakil · 1 year, 3 months ago
  84. b42d532 Rename deviceId to persistentDeviceId by mrulhania · 1 year, 3 months ago
  85. 1dbac8d Merge "Support virtual device in permissions listener" into main by Manjeet Rulhania · 1 year, 3 months ago
  86. 31207a9 Support virtual device in permissions listener by mrulhania · 1 year, 5 months ago
  87. f49b30c [DeviceAware] Delete unused methods in AppOpsCheckingServiceInterface by Karishma Vakil · 1 year, 3 months ago
  88. 4a4701d Hardcode device aware permissions in system server by Yuting Fang · 1 year, 4 months ago
  89. 91afb8a Remove retailDemo protection flag implemenetation in the new subsystem. by Hai Zhang · 1 year, 7 months ago
  90. c2c630d Reformat permission Kotlin code in frameworks/base/service by Yuting Fang · 1 year, 4 months ago
  91. 4f30ee7 Merge "Reset virtual device permissions" into main by Manjeet Rulhania · 1 year, 4 months ago
  92. bf9058c Reset virtual device permissions by Manjeet Rulhania · 1 year, 5 months ago
  93. e599aec Add flags for device aware permission by Manjeet Rulhania · 1 year, 5 months ago
  94. 74e11cf Merge "Add PermissionFlagsTest to Platinum Suite." into main by Hai Zhang · 1 year, 5 months ago
  95. 1e61e07 Merge "device aware self revoke and one time session timeout" into main by Manjeet Rulhania · 1 year, 5 months ago
  96. 8ac2e96 device aware self revoke and one time session timeout by mrulhania · 1 year, 6 months ago
  97. 2d8d591 Use non-null assertion instead of checkNotNull(). by Hai Zhang · 1 year, 5 months ago
  98. 6a7f372 Add missing permission checks for adding permission listeners. by Hai Zhang · 1 year, 5 months ago
  99. 9e9205a Add PermissionFlagsTest to Platinum Suite. by Hai Zhang · 1 year, 5 months ago
  100. 5adb2ae8 Device aware permission schema/policy changes by mrulhania · 1 year, 9 months ago