1. 1ea5204 DO NOT MERGE revoke certain app-ops on suspend am: 873e19f63f am: 53ca466732 by Suprabh Shukla · 4 years, 10 months ago
  2. 15c374d DO NOT MERGE revoke certain app-ops on suspend am: 873e19f63f am: 53ca466732 by Suprabh Shukla · 4 years, 10 months ago
  3. 355e5f9 Merge "AppOpsService: Watch op mode changes when an AppOp restriction dies" am: a96bafd7a2 am: 061fda060c by Bruno Martins · 4 years, 10 months ago
  4. 8e0636d AppOpsService: Watch op mode changes when an AppOp restriction dies by Bruno Martins · 6 years ago
  5. 4052d36 Fix dumpsys for appops proxy field by Philip P. Moltmann · 4 years, 11 months ago
  6. 873e19f DO NOT MERGE revoke certain app-ops on suspend by Suprabh Shukla · 4 years, 11 months ago
  7. 3454f3e [DO NOT MERGE] Copy appop modes on write to avoid locked IO by Eugene Susla · 5 years ago
  8. dc0f443 [DO NOT MERGE] Handle config override via settings correctly by Svet Ganov · 5 years ago
  9. ba13646 Use separate variables as indices in nested loops by Philip P. Moltmann · 5 years ago
  10. b161398 Notify StorageManagerService when storage related app ops change. by Sudheer Shanka · 5 years ago
  11. 895d5c5 Merge "DO NOT MERGE: Delete persisted historical app ops on package uninstall" into qt-dev by TreeHugger Robot · 5 years ago
  12. 4e3b435 DO NOT MERGE: Delete persisted historical app ops on package uninstall by Winson · 5 years ago
  13. c00cf50 [DO NOT MERGE] Remove --history from dumpsys appop by Philip P. Moltmann · 5 years ago
  14. b687fad Address some comments for the soft restriction CL by Svet Ganov · 5 years ago
  15. 80e9a4c Merge "DO NOT MERGE: Fix a few issues with foreground service location accesses." into qt-dev by TreeHugger Robot · 5 years ago
  16. d563e93 Make storage a restricted permission - framework by Svet Ganov · 5 years ago
  17. 23d4cd7 Add tests for AppOpsService foreground location by Amith Yamasani · 5 years ago
  18. 8d123f4 Clear calling identity before calling in package managerwq by Svet Ganov · 5 years ago
  19. b298b35 DO NOT MERGE: Fix issue #129936402: Runtime restart occurs when suspending an app... by Dianne Hackborn · 5 years ago
  20. e1f864e DO NOT MERGE: Fix a few issues with foreground service location accesses. by Wei Wang · 5 years ago
  21. f235d0b Avoid elevating apps to high proc states on binding by Amith Yamasani · 5 years ago
  22. 711eb66 Fix a bug that onOpChanged callbacks are not called. by Wei Wang · 5 years ago
  23. 8e5bf96 Fix reading app ops data - framework by Svet Ganov · 5 years ago
  24. 724150d Don't check pkg<->uid when called from internal by Philip P. Moltmann · 5 years ago
  25. af189e3 Slice and dice app ops - framework by Svet Ganov · 5 years ago
  26. 23c88db Add request object for querying historical ops by Svet Ganov · 6 years ago
  27. 173af94 Merge "Introduce a new process state for location fg service" by Amith Yamasani · 6 years ago
  28. dde0785 Reset per-pkg app-ops for runtime permissions by Philip P. Moltmann · 6 years ago
  29. a0a30a1 Introduce a new process state for location fg service by Amith Yamasani · 6 years ago
  30. 8455ba2 Historical app ops. by Svet Ganov · 6 years ago[Renamed (95%) from services/core/java/com/android/server/AppOpsService.java]
  31. 125dc53 Fix issue #122604613: Fix appops dumpsys by Dianne Hackborn · 6 years ago
  32. 159d98b Set UID appops mode instead of package appops mode by Philip P. Moltmann · 6 years ago
  33. 9d528a1 Make sure unsafeCheckOpRaw ops check raw ops by Svet Ganov · 6 years ago
  34. b3d2ae2 Add private APIs to watch noted app ops - framework. by Svet Ganov · 6 years ago
  35. 10ec9d8 Method to determine isolated storage mode. by Jeff Sharkey · 6 years ago
  36. 973334d Merge "Flip appops corresponding to default-granted permissions" by Eugene Susla · 6 years ago
  37. e4ee2c2 Flip appops corresponding to default-granted permissions by Eugene Susla · 6 years ago
  38. 556efba Don't hold lock while calling package manager by Todd Kennedy · 6 years ago
  39. 2f6bfcb Merge "Calling opChanged on package suspend / unsuspend" by TreeHugger Robot · 6 years ago
  40. 3017fe4 Calling opChanged on package suspend / unsuspend by Suprabh Shukla · 6 years ago
  41. 17f65af Split permissions inherit state from their parents by Philip P. Moltmann · 6 years ago
  42. ad0a49b Historical app op APIs - initial check in. by Svet Ganov · 6 years ago
  43. 2b98fb3 Fix AppOpsService setUidMode() when mode is 0 (MODE_ALLOWED). by Hai Zhang · 6 years ago
  44. 98cb3f0 Allow some apps to get full access to external storage. by Sudheer Shanka · 6 years ago
  45. d873ae6 Allow UiAutomation to adopt the shell permission indentity by Svet Ganov · 6 years ago
  46. 9fb9350 Change app ops state timeouts to elapsed realtime by Dianne Hackborn · 6 years ago
  47. 5376edd Fix issue #109746350: startWatchingMode fails on P by Dianne Hackborn · 6 years ago
  48. a1ce963 Fix for missing location icon by Amith Yamasani · 6 years ago
  49. b94d82f Fix dump formatting. by Dianne Hackborn · 6 years ago
  50. e93ab41 More app ops fg/bg tuning by Dianne Hackborn · 6 years ago
  51. adaca21 Merge "Allow device/profile owners to change app ops modes." into pi-dev by Dianne Hackborn · 6 years ago
  52. d525441 Allow device/profile owners to change app ops modes. by Dianne Hackborn · 6 years ago
  53. 45c79b0 Fix issue #79541100: [Blueline][PI][SPT]: Watchdog killing process and SIGSEGV by Dianne Hackborn · 6 years ago
  54. 65a4f25 Further flesh out app ops foreground state. by Dianne Hackborn · 6 years ago
  55. 2378a4a Work on issue #78480444: Start tracking uid state in app ops by Dianne Hackborn · 6 years ago
  56. cd1f30b Work on issue #78480444: Start tracking uid state in app ops by Dianne Hackborn · 6 years ago
  57. 3b563fc Fix issue #78138020: Improve app ops dumpsys by Dianne Hackborn · 6 years ago
  58. 069aa9d Merge "Notify all affected UIDs for user/audio restriction changes" into pi-dev by Svetoslav Ganov · 6 years ago
  59. 3a95f83 Notify all affected UIDs for user/audio restriction changes by Svet Ganov · 6 years ago
  60. f5d5af1 Don't warn finishing ops for gone packages by Svet Ganov · 6 years ago
  61. 31d83ae Don't throw but wtf to help chase mismatched start/finish op calls by Svet Ganov · 6 years ago
  62. bf1b57d Fix issue #62342672: API Review: OPSTR_ACTIVATE_VPN SystemApi by Dianne Hackborn · 6 years ago
  63. 6cb5fcc Add appops shell cmd for start/stop op by Julia Reynolds · 6 years ago
  64. a7a0db6 Finish ops started on behalf of a removed package. by Svet Ganov · 6 years ago
  65. f7b4725 Use start/finish app ops in window manager by Svet Ganov · 6 years ago
  66. 2d20fb4 APIs to watch active op changes by Svetoslav Ganov · 6 years ago
  67. e17b445 Reduce pss collection amount, improve logging. by Dianne Hackborn · 7 years ago
  68. 82f09bc No camera for idle uids - framework by Svet Ganov · 7 years ago
  69. a965d65 Suppress warnings from AppOpsManager#checkPackage() by Yohei Yukawa · 7 years ago
  70. 3ac1daa Restricting background apps from running jobs by Suprabh Shukla · 7 years ago
  71. e683f19 Allow ALL_USERS in setUserRestrictionForUser by Philip P. Moltmann · 7 years ago
  72. 35e46d2 Active camera apps can defy reserved cache space. by Jeff Sharkey · 7 years ago
  73. c7214a3 Allow appops command to modify uid ops. by Dianne Hackborn · 7 years ago
  74. 6df866a Enforce PACKAGE_USAGE_STATS for usage data. by Jeff Sharkey · 7 years ago
  75. fe9a53b Consistent dump() permission checking. by Jeff Sharkey · 7 years ago
  76. 5f3e934 Lower-overhead version of LockGuard. by Jeff Sharkey · 7 years ago
  77. 68d7655 Fix issue #34327404: AppOpsManager.stopWatchingMode(callback)... by Dianne Hackborn · 7 years ago
  78. aef2513 Adding an api for apps to check whether they can install apps by Suprabh Shukla · 8 years ago
  79. ee438d4 Properly check per UID app ops and dump user restrictions. by Svet Ganov · 8 years ago
  80. 2250d56 Rename MountService to StorageManagerService. by Sudheer Shanka · 8 years ago
  81. 354736e New infrastructure to switch remaining commands to "cmd" calls. by Dianne Hackborn · 8 years ago
  82. bc2fadd Update AppOpsService to remove user state after the user is removed. by Sudheer Shanka · 8 years ago
  83. 442ed57 Grab lock when accessing mutable state by Svet Ganov · 8 years ago
  84. 64e0dcb Updating user restrictions when they are removed by Suprabh Shukla · 8 years ago
  85. ffddadb Fixing isOpRestricted in AppOpsService by Suprabh Shukla · 8 years ago
  86. a8bbd76 Ensure app op restrictions reset when the app that set them dies. by Svetoslav Ganov · 8 years ago
  87. 3397c88 Merge "Notify app op watchers when audio restrictions change." into nyc-dev by Julia Reynolds · 8 years ago
  88. 1984bba UID appop state should always override package appop by Svetoslav Ganov · 8 years ago
  89. bb21c25 Notify app op watchers when audio restrictions change. by Julia Reynolds · 8 years ago
  90. f73adb6 Sanitize app op service inputs by Svetoslav Ganov · 8 years ago
  91. efc4a34 AfW - suspend apps - API polish by Andrei Stingaceanu · 8 years ago
  92. e91f3e7 Fix issue #27776639: Background Check: Conn_Change... by Dianne Hackborn · 8 years ago
  93. ef43188 Merge "Revert "Sanitize app op service inputs"" into nyc-dev by Ian Pedowitz · 8 years ago
  94. 9888e00 Revert "Sanitize app op service inputs" by Ian Pedowitz · 8 years ago
  95. 98a41e3 Merge "Sanitize app op service inputs" into nyc-dev by Svetoslav Ganov · 8 years ago
  96. 32f0fa4 Chaser patch for AppOps restriction changes. by Ruben Brunk · 8 years ago
  97. 29931bc Allow per-package exemptions for restricted AppOps by Ruben Brunk · 8 years ago
  98. fcf0150 Sanitize app op service inputs by Svetoslav Ganov · 8 years ago
  99. 9cea80cd No overlay when permissions shown - framework by Svet Ganov · 8 years ago
  100. 355b232 Suspend packages - new API for retrieving the suspended status by Andrei Stingaceanu · 8 years ago