1. 59318ba Merge "Add @UnsupportedAppUsage to test apis that are known to be used by apps." by Artur Satayev · 4 years, 9 months ago
  2. 5a52585 Add @UnsupportedAppUsage to test apis that are known to be used by apps. by Artur Satayev · 4 years, 9 months ago
  3. 2a5ee6e [DO NOT MERGE] Split access-media-storage from read-external-storage by Philip P. Moltmann · 4 years, 11 months ago
  4. d69f2f1 Merge "Fix dumpsys for appops proxy field" into qt-qpr1-dev am: 30c48bb54a by Philip P. Moltmann · 4 years, 11 months ago
  5. ac7b10c [DO NOT MERGE] Split access-media-storage from read-external-storage by Philip P. Moltmann · 5 years ago
  6. 4052d36 Fix dumpsys for appops proxy field by Philip P. Moltmann · 4 years, 11 months ago
  7. ed5beec Merge "Add missing nullability annotations." into stage-aosp-master by Aurimas Liutikas · 5 years ago
  8. 00be951 Add missing nullability annotations. by Aurimas Liutikas · 5 years ago
  9. 261a2d6 Merge "Update docs for UID_STATE" into qt-dev by TreeHugger Robot · 5 years ago
  10. 6f672a3 Specify the duration time base by Svet Ganov · 5 years ago
  11. 05fcd22 Update docs for UID_STATE by Svet Ganov · 5 years ago
  12. 2bbb654 Move blacklisted methods back to greylist by Andrei Onea · 5 years ago
  13. 169bed7 Revert "Revert "Remove deprecated System APIs added in Q."" by Suprabh Shukla · 5 years ago
  14. 895d5c5 Merge "DO NOT MERGE: Delete persisted historical app ops on package uninstall" into qt-dev by TreeHugger Robot · 5 years ago
  15. 4e3b435 DO NOT MERGE: Delete persisted historical app ops on package uninstall by Winson · 5 years ago
  16. 6a864b5 Document non-effective mode return of AppOps batch fetch by Winson · 5 years ago
  17. 79a19ef Revert "RESTRICT AUTOMERGE Remove deprecated System APIs added in Q." by Ian Pedowitz · 5 years ago
  18. 0201429 RESTRICT AUTOMERGE Remove deprecated System APIs added in Q. by Sudheer Shanka · 5 years ago
  19. 80e9a4c Merge "DO NOT MERGE: Fix a few issues with foreground service location accesses." into qt-dev by TreeHugger Robot · 5 years ago
  20. d21ce79 Merge "Make storage a restricted permission - framework" into qt-dev by Svetoslav Ganov · 5 years ago
  21. f636d3c Merge "Grant access to device identifiers with READ_DEVICE_IDENTIFIERS appop" into qt-dev by TreeHugger Robot · 5 years ago
  22. d563e93 Make storage a restricted permission - framework by Svet Ganov · 5 years ago
  23. 4f10da3 Remove appops debug logic by Chad Brubaker · 5 years ago
  24. 656ef91 Grant access to device identifiers with READ_DEVICE_IDENTIFIERS appop by Michael Groover · 5 years ago
  25. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  26. e1f864e DO NOT MERGE: Fix a few issues with foreground service location accesses. by Wei Wang · 5 years ago
  27. 8f8cf34 Merge "Remove dual storage permission model" by Philip P. Moltmann · 5 years ago
  28. 129a0b0 Remove dual storage permission model by Philip P. Moltmann · 5 years ago
  29. 8c45f11 Merge "Add missing argument and return annotations" by Svetoslav Ganov · 5 years ago
  30. 00a46ef Add missing argument and return annotations by Svet Ganov · 5 years ago
  31. 8c6eee1 Merge "Implement dual-permission model for storage." by Jeff Sharkey · 5 years ago
  32. 8e5bf96 Fix reading app ops data - framework by Svet Ganov · 5 years ago
  33. c94ba82 Implement dual-permission model for storage. by Philip P. Moltmann · 5 years ago
  34. 6287849 Fix AppOps API review bugs. by Dianne Hackborn · 5 years ago
  35. 2a98030 Merge "Slice and dice app ops - framework" by Svetoslav Ganov · 5 years ago
  36. af189e3 Slice and dice app ops - framework by Svet Ganov · 5 years ago
  37. 7821931 Make noteProxyOpNoThrow(String,String,int) public by Philip P. Moltmann · 5 years ago
  38. 9e8f83d All Parcelable CREATOR fields are @NonNull. by Jeff Sharkey · 5 years ago
  39. 23c88db Add request object for querying historical ops by Svet Ganov · 6 years ago
  40. 0d05e48 Check same uid for permission and app-op by Philip P. Moltmann · 5 years ago
  41. ff4fe20 Make the accessibility op string a SystemApi. by Joel Galenson · 5 years ago
  42. bbf7d55 Merge "Fix issue #123661377: API Review: MODE_FOREGROUND" by Dianne Hackborn · 5 years ago
  43. f8709f5 Fix issue #123661377: API Review: MODE_FOREGROUND by Dianne Hackborn · 5 years ago
  44. 9f39431 Log noteProxyOp and startOp as well by Chad Brubaker · 6 years ago
  45. 173af94 Merge "Introduce a new process state for location fg service" by Amith Yamasani · 6 years ago
  46. bfaeaf3 Merge "Adding AppOps data for Accessibility" by Jackal Guo · 6 years ago
  47. 8dc791e Adding AppOps data for Accessibility by Jackal Guo · 6 years ago
  48. 7c6dba6 Add temp debug logging for app ops by Chad Brubaker · 6 years ago
  49. a0a30a1 Introduce a new process state for location fg service by Amith Yamasani · 6 years ago
  50. 6c14b38 Merge "Change default mode for system alert window" by Zhi An Ng · 6 years ago
  51. 65f1b9e Use proper API to get op name by Svet Ganov · 6 years ago
  52. 65a99b6 Change default mode for system alert window by Ng Zhi An · 6 years ago
  53. 8455ba2 Historical app ops. by Svet Ganov · 6 years ago
  54. c60fbd4 Merge "Use raw op codes for the watch noted APIs." by Svetoslav Ganov · 6 years ago
  55. 0b4592c Use raw op codes for the watch noted APIs. by Fabian Kozynski · 6 years ago
  56. 9d528a1 Make sure unsafeCheckOpRaw ops check raw ops by Svet Ganov · 6 years ago
  57. b3d2ae2 Add private APIs to watch noted app ops - framework. by Svet Ganov · 6 years ago
  58. efcda86 Merge "Revert "Adds wrapper method to convert string ops to ints"" by Philip P. Moltmann · 6 years ago
  59. a859fc1 Revert "Adds wrapper method to convert string ops to ints" by Philip P. Moltmann · 6 years ago
  60. e82cbb1 Define app-op controlling legacy storage behavior. by Jeff Sharkey · 6 years ago
  61. 9787a945 Iterate on storage permissions model. by Jeff Sharkey · 6 years ago
  62. d2a1f0d Define app-ops for new storage permissions in Q. by Jeff Sharkey · 6 years ago
  63. 973334d Merge "Flip appops corresponding to default-granted permissions" by Eugene Susla · 6 years ago
  64. c796e17 Merge "Add AppOps entries for read sms operation for financial apps." by Hongming Jin · 6 years ago
  65. 228cd01 Add AppOps entries for read sms operation for financial apps. by Hongming Jin · 6 years ago
  66. e4ee2c2 Flip appops corresponding to default-granted permissions by Eugene Susla · 6 years ago
  67. e4a8dbd setup content observer statically by Todd Kennedy · 6 years ago
  68. d829b16 Fix off-by-one error in historical app ops. by Joel Galenson · 6 years ago
  69. 5520368 Adjust default app op behavior based on feature state by Svet Ganov · 6 years ago
  70. c595f11 Add AppOpsManager.opToDefaultMode() as system API. by Hai Zhang · 6 years ago
  71. 05dfae9 Adds wrapper method to convert string ops to ints by Lifu Tang · 6 years ago
  72. c7d89b4 Merge "Revert "Adjust default app op behavior based on feature state"" by Svetoslav Ganov · 6 years ago
  73. 0b9af26 Revert "Adjust default app op behavior based on feature state" by Svetoslav Ganov · 6 years ago
  74. 79eba74 Merge "Historical app op APIs - initial check in." by Svetoslav Ganov · 6 years ago
  75. ad0a49b Historical app op APIs - initial check in. by Svet Ganov · 6 years ago
  76. aaff007 Revert sms appops to their original defaults by Eugene Susla · 6 years ago
  77. f4bebfe Merge "Adjust default app op behavior based on feature state" by Eugene Susla · 6 years ago
  78. 64f878e Merge "Add RoleManager into the system." by TreeHugger Robot · 6 years ago
  79. 7d6dbb2 Adjust default app op behavior based on feature state by Svet Ganov · 6 years ago
  80. b777668 Add RoleManager into the system. by Hai Zhang · 6 years ago
  81. 9a67c29 Revert "Temporary fix for sms cts regression" by Eugene Susla · 6 years ago
  82. eded0cc Temporary fix for sms cts regression by Eugene Susla · 6 years ago
  83. 6cbf9cc Add phsyical activity recognition AppOp by Zimuzo · 6 years ago
  84. 9351985 Remove SMS access for apps other than current SMS handler by Eugene Susla · 6 years ago
  85. b3c05aa Rename OP_USE_FACE to OP_USE_BIOMETRIC by Kevin Chyn · 6 years ago
  86. 61e8ae6 Add @UnsupportedAppUsage annotations by Mathew Inwood · 6 years ago
  87. d873ae6 Allow UiAutomation to adopt the shell permission indentity by Svet Ganov · 6 years ago
  88. a56dff7 6/n: Have FaceService extend BiometricService by Kevin Chyn · 6 years ago
  89. abe78cd Merge changes from topic "biometrics-face" by TreeHugger Robot · 6 years ago
  90. cb51b8b 4/n: Add face authentication framework by Gilad Bretter · 6 years ago
  91. f0c322a Expose new AppOps API that we had to leave hidden in P. by Dianne Hackborn · 6 years ago
  92. be42189 Merge "Fix for missing location icon" into pi-dev am: 8c4c359b25 am: 2b04227379 by Amith Yamasani · 6 years ago
  93. a1ce963 Fix for missing location icon by Amith Yamasani · 6 years ago
  94. dab58f3 Merge "More app ops fg/bg tuning" into pi-dev am: cd835ba418 am: 863d2a46db by Dianne Hackborn · 6 years ago
  95. e93ab41 More app ops fg/bg tuning by Dianne Hackborn · 6 years ago
  96. 19e99b4 Merge "Further flesh out app ops foreground state." into pi-dev am: 7105e2ca9a by Dianne Hackborn · 6 years ago
  97. 65a4f25 Further flesh out app ops foreground state. by Dianne Hackborn · 6 years ago
  98. 2457681 Provide method to read AppOpsManager._NUM_OP by Philip P. Moltmann · 6 years ago
  99. e04f13d Add app op for Bluetooth scans by Dianne Hackborn · 6 years ago
  100. 6b590c3 Add app op for Bluetooth scans by Dianne Hackborn · 6 years ago