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