1. f93a39c Add implementation class to handle integrity check broadcasts. by Song Pan · 4 years, 8 months ago
  2. 14ff717 Revert "Revert "Deprecate PackageParser#Package"" by Winson · 4 years, 9 months ago
  3. 4fd1088 Check DELETE_ALL_USERS flag when uninstalling APEX by Gavin Corkery · 4 years, 8 months ago
  4. f7ea8f9 Revert "Add a new wifi protection level" by Roshan Pius · 4 years, 8 months ago
  5. 182ea1c Avoids deadlock when applying preferred activities by Patrick Baumann · 4 years, 8 months ago
  6. 73266f2 Add a new wifi protection level by Roshan Pius · 4 years, 10 months ago
  7. 45c183d add a new telephony protection level by Chen Xu · 4 years, 10 months ago
  8. e4f5f2d Move PackageManagerInternal to services.jar by Christopher Tate · 4 years, 10 months ago[Renamed (99%) from core/java/android/content/pm/PackageManagerInternal.java]
  9. 29f3a0b Merge "Revert "Deprecate PackageParser#Package"" by Winson Chiu · 4 years, 10 months ago
  10. 8e18a0a Revert "Deprecate PackageParser#Package" by Winson Chiu · 4 years, 10 months ago
  11. 0617359 Merge "Allowing more than one app to suspend apps" by TreeHugger Robot · 4 years, 10 months ago
  12. 243e7ea Deprecate PackageParser#Package by Winson · 5 years ago
  13. d327844 Allowing more than one app to suspend apps by Suprabh Shukla · 5 years ago
  14. be0f335 Merge "Whitelist packages for user types" by TreeHugger Robot · 4 years, 10 months ago
  15. 04d7ae5 Whitelist packages for user types by Bookatz · 5 years ago
  16. b6e7297 Breaks isInstantApp into public and internal by Patrick Baumann · 4 years, 10 months ago
  17. de37e43 Marks app filtering interactions correctly by Patrick Baumann · 5 years ago
  18. 053c3a2 Fix getting target SDK version for uid in PermissionManagerService. by Hai Zhang · 5 years ago
  19. 48f3cf4 Remove INSTALLED_USERS extra from ACTION_PACKAGE_ENABLE_ROLLBACK. by Oli Lan · 5 years ago
  20. c5b0e86 Move few remaining permission methods by Todd Kennedy · 5 years ago
  21. 583378d Move providers to permission manager by Todd Kennedy · 5 years ago
  22. c971a45 Move grant/revoke permission APIs by Todd Kennedy · 5 years ago
  23. 7e3dd3a Move whitelist permissions to permission manager by Todd Kennedy · 5 years ago
  24. ca1ea17 Move check permission methods by Todd Kennedy · 5 years ago
  25. 230c0a7 Move permission flag methods by Todd Kennedy · 5 years ago
  26. 6ffc5a6 Move add/remove permission by Todd Kennedy · 5 years ago
  27. 157dd1d Move legacy obb data migration to a handler thread. by Narayan Kamath · 5 years ago
  28. 3fb12ba Merge "Make sure to always upgrade runtime permissions" into qt-dev by Philip P. Moltmann · 5 years ago
  29. 5f5783e Make sure to always upgrade runtime permissions by Philip P. Moltmann · 5 years ago
  30. eb8b460 Exclude packages that's not installed from the hash for role. by Hai Zhang · 5 years ago
  31. c139927 Remove default app permission granting from DefaultPermissionGrantPolicy. by Hai Zhang · 5 years ago
  32. f883ea6 Merge "Defer broadcasting ACTION_DEFERRED_ACTIVITY_CHANGED until actual change" into qt-dev by Winson Chung · 5 years ago
  33. d8eb8b2 Restricted permission mechanism - framework by Svet Ganov · 5 years ago
  34. 82913b7 Fix rollbacks in multi-user case. by Richard Uhler · 5 years ago
  35. b41314b Defer broadcasting ACTION_DEFERRED_ACTIVITY_CHANGED until actual change by Winson Chung · 5 years ago
  36. f012a22 Add support for uninstalling apex to PackageManagerShellCommand by Nikita Ioffe · 5 years ago
  37. de8e3b7 Add uid information in PackageListObserver by Chenbo Feng · 5 years ago
  38. fafe525 Call into role controller asynchronously when holding mPackages. by Hai Zhang · 5 years ago
  39. 8be463f Use role for default home. by Hai Zhang · 5 years ago
  40. 85fd062 Make RoleManager inject DefaultBrowserProvider into PackageManager. by Hai Zhang · 5 years ago
  41. a22cd83 Migrate default browser to use role. by Hai Zhang · 5 years ago
  42. cd7695d Add a new "appPredictor" protection flag. by George Hodulik · 5 years ago
  43. 5a15b55 Added a new "incidentReportApprover" permission protection flag. by Joe Onorato · 6 years ago
  44. 869f706 RollbackManager: Support userdata snapshot / restore. by Narayan Kamath · 6 years ago
  45. a1485f6 [view compilation] Add --compile-layouts flag to `pm compile` by Eric Holk · 6 years ago
  46. 2452709 Merge "Added a new set of permissions for DeviceConfig API." by Stanislav Zholnin · 6 years ago
  47. 8e0e572 Merge "Pre-grant location permisson to location extra packages." by TreeHugger Robot · 6 years ago
  48. 596437f Added a new set of permissions for DeviceConfig API. by Stanislav Zholnin · 6 years ago
  49. ffb94e6 Pre-grant location permisson to location extra packages. by Wei Wang · 6 years ago
  50. 7900049 Adding an api to mark a package as distracting by Suprabh Shukla · 6 years ago
  51. b29f145 Add RollbackManagerService by Richard Uhler · 6 years ago
  52. 15707b3 Define protection level for document manager. by Jeff Sharkey · 6 years ago
  53. 5f30365 Added a new "wellbeing" protection flag. by Varun Shah · 6 years ago
  54. abdefba Call roles granting only when packages changed by Eugene Susla · 6 years ago
  55. 2ac25a9 Update StorageManagerService handling of packages info. by Sudheer Shanka · 6 years ago
  56. bc9ebba Merge "Suspending app can customize intercepting dialog" by TreeHugger Robot · 6 years ago
  57. 389cb6f Suspending app can customize intercepting dialog by Suprabh Shukla · 6 years ago
  58. cf134eb Return app hidden details activity in launcher api by Ricky Wai · 6 years ago
  59. b0be05c Revert "Revert "Reduce coupling between DefaultPermissionGrantPolicy and PM"" by Philip P. Moltmann · 6 years ago
  60. fa89422 Revert "Reduce coupling between DefaultPermissionGrantPolicy and PM" by Philip P. Moltmann · 6 years ago
  61. 47e8820 Reduce coupling between DefaultPermissionGrantPolicy and PM by Eugene Susla · 6 years ago
  62. cf82703 Move query methods by Todd Kennedy · 6 years ago
  63. 5790af0 Methods to translate sandbox paths. by Jeff Sharkey · 6 years ago
  64. 7c79a07 Merge changes from topic "SplitPackageInstaller" by Philip P. Moltmann · 6 years ago
  65. 0a541a5 Update StorageManagerService to push package info to vold. by Sudheer Shanka · 6 years ago
  66. 8943ad6 Split PackageInstaller app into installation and permissions management by Philip P. Moltmann · 6 years ago
  67. d873ae6 Allow UiAutomation to adopt the shell permission indentity by Svet Ganov · 6 years ago
  68. 303c4bb Add AccountManager key rotation awareness. by Dan Cashman · 6 years ago
  69. df88614 Merge "Silently ignore force stop API for protected packages" into pi-dev by Benjamin Franz · 6 years ago
  70. f81bf7f Silently ignore force stop API for protected packages by Benjamin Franz · 6 years ago
  71. 61aebf6 Merge "Revert "Check permissions only against packagesettings"" into pi-dev by TreeHugger Robot · 6 years ago
  72. 97b9b53 Revert "Check permissions only against packagesettings" by Patrick Baumann · 6 years ago
  73. 3f345a9 Merge "Check permissions only against packagesettings" into pi-dev by TreeHugger Robot · 6 years ago
  74. b00eb64 Check permissions only against packagesettings by Patrick Baumann · 6 years ago
  75. 822ce4f Merge "Activity interceptor dialog for suspended apps" into pi-dev by TreeHugger Robot · 6 years ago
  76. cb331c3 Merge "Fixes non-web AIA internal launch" into pi-dev by TreeHugger Robot · 6 years ago
  77. 3c3af14 Activity interceptor dialog for suspended apps by Suprabh Shukla · 6 years ago
  78. 7838027 Fixes non-web AIA internal launch by Patrick Baumann · 6 years ago
  79. 69c7142 Hiding windows for suspended packages by Suprabh Shukla · 6 years ago
  80. 19b41f3 Adding LauncherApps apis for suspended packages by Suprabh Shukla · 6 years ago
  81. d766e21 Merge "Allow restoring of apps that rotated key" into pi-dev by Michal Karpinski · 6 years ago
  82. 662504f Enable local search for instant apps by Todd Kennedy · 6 years ago
  83. 528c3e5 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  84. 14c716c Revert "Allow restoring of apps that rotated key" by Amith Yamasani · 6 years ago
  85. 961f409 Merge "Allow restoring of apps that rotated key" by Michal Karpinski · 6 years ago
  86. c167427 1/ Fixing docked task animation when entering split screen from home by Winson Chung · 6 years ago
  87. 313d225 Allow restoring of apps that rotated key by Michal Karpinski · 6 years ago
  88. 700feef Shortcut permissions for default text classifier by Makoto Onuki · 6 years ago
  89. 9252b34 Use data plans for better job scheduling. by Jeff Sharkey · 7 years ago
  90. 1e423b9 Default grant coarse loc perm to use-open-wifi app by Eric Enslen · 7 years ago
  91. 42d6160 Auto udpate package list by Todd Kennedy · 7 years ago
  92. a732f01 The job scheduler now backs off jobs based on standby bucketing by Christopher Tate · 7 years ago
  93. c29b11a Move grantPermission to permission manager by Todd Kennedy · 7 years ago
  94. 460f28c Move mPermissionGroups by Todd Kennedy · 7 years ago
  95. c842393 Move mPermissionTrees to permission settings by Todd Kennedy · 7 years ago
  96. 0eb9738 Move mPermissions from package settings by Todd Kennedy · 7 years ago
  97. 82b0842 Move DefaultPermissionGrantPolicy by Todd Kennedy · 7 years ago
  98. df113c3 Add internal implementation for notifyPackageUse by Todd Kennedy · 7 years ago
  99. f935a70 Allow clearing instant app meta-data by Svet Ganov · 7 years ago
  100. 18211fd Passing callingUid to internal methods by Todd Kennedy · 7 years ago