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