1. 385124d Modify getUserProfiles to return only enabled profiles: by Alexandra Gherghina · 10 years ago
  2. 66e5d96 Allow ProfileOwner apps to manage app restrictions by Robin Lee · 10 years ago
  3. 512675b Add new call to DevicePolicyManager to enable a profile. by Alexandra Gherghina · 10 years ago
  4. 6d36b60 Allow setting the active admin across users. by Jessica Hummel · 10 years ago
  5. 5c921da Fix privilege escalation for preferred activities by Robin Lee · 10 years ago
  6. 03dd220 Standardize the provisioning intent action. by Jessica Hummel · 10 years ago
  7. 1ebd4ad Fix SDK build by RoboErik · 10 years ago
  8. f72078b Move the provisioning intents to DevicePolicyManager. by Jessica Hummel · 10 years ago
  9. 8cdb6fc Extend DeviceAdminReceiver to receive provisioning complete broadcast. by Jessica Hummel · 10 years ago
  10. 9070484 Return detailed reason of invalid proxy settings by Yuhao Zheng · 10 years ago
  11. 875e210 Fix missing # in method name in javadoc. by Torne (Richard Coles) · 10 years ago
  12. f475ca3 Enables a profile owner or device owner to set and clear default intent handler activities. by Sander Alewijnse · 10 years ago
  13. 661ec47 Change API for setProfileOwner to require userId by Adam Connors · 10 years ago
  14. 776c555 Extend DeviceOwner concept to accommodate ProfileOwners by Adam Connors · 11 years ago
  15. 0469f41 CA cert monitoring: add notifications and actions for dialog by Maggie Benthall · 11 years ago
  16. da51e68 Add methods for managing CAs to DevicePolicyManager(Service) by Maggie Benthall · 11 years ago
  17. 334c7e3 Add a name to the DeviceOwner by Geoffrey Borggaard · 11 years ago
  18. 3b458ad Improve API and documentation by Amith Yamasani · 11 years ago
  19. 71e6c69 Device Owner, a special kind of device admin by Amith Yamasani · 11 years ago
  20. aebeea4 am 5d6d6aab: am 8e45679a: am 026f9191: am 08342698: Merge "docs: Fix a bunch of issues" into jb-mr1-dev by Scott Kennedy · 12 years ago
  21. 7ed189e docs: Fix a bunch of issues by Scott Kennedy · 12 years ago
  22. 40a419c2 Merge commit '58ed5d748c0b9b64845975ef5844ad313de7c3f6' into HEAD by Jean-Baptiste Queru · 12 years ago
  23. 58ed5d7 am 768d9e1a: Merge "Correct executable bit for source files" by Kenny Root · 12 years ago
  24. 3a084af Correct executable bit for source files by Kenny Root · 12 years ago
  25. 3520774 Update DevicePolicyManager documentation with new keyguard flags by Jim Miller · 12 years ago
  26. 48b9b0d Make DPM API for disabling keyguard widgets more generic by Jim Miller · 12 years ago
  27. 599dd7c DevicePolicyManager per user by Amith Yamasani · 12 years ago
  28. b8ec470 Update DevicePolicyManager with ability to disable keyguard widgets by Jim Miller · 12 years ago
  29. 101a120 am 9be0105f: docs: fix several links by Scott Main · 12 years ago
  30. 9be0105 docs: fix several links by Scott Main · 12 years ago
  31. c6df841 am 541803cc: am fd63c857: Merge "Wipe the user data out in any case." by Jean-Baptiste Queru · 12 years ago
  32. fd63c85 Merge "Wipe the user data out in any case." by Jean-Baptiste Queru · 12 years ago
  33. f76a50c Fix obvious typos under frameworks/base/core by Ken Wakasa · 12 years ago
  34. f535cb04 Wipe the user data out in any case. by Masanori Ogino · 12 years ago
  35. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  36. 3e5d3fd Fix 5185505: Update DevicePolicyManager to support weak biometric security. by Jim Miller · 13 years ago
  37. 2447edd New device policy to disable camera. by Ben Komalo · 13 years ago
  38. 43a1765 Remove the deprecated things from Config.java. These haven't been working since before 1.0. by Joe Onorato · 13 years ago
  39. 50c294f Clarify rules about encryption of emulated storage. by Andy Stadler · 13 years ago
  40. 91fd9a9 Merge "Fix 3197205: Minor edits to device policy admin strings and documentation" by Jim Miller · 13 years ago
  41. 6b85768 Fix 3197205: Minor edits to device policy admin strings and documentation by Jim Miller · 13 years ago
  42. d267272 @hide DPM global proxy settings by Andy Stadler · 13 years ago
  43. f4f05b8 Update package descriptions with editorial revisions. by Scott Main · 14 years ago
  44. 22dbfda Add internal plumbing to DPM for encryption by Andy Stadler · 14 years ago
  45. 7b0f8f0 API changes to support encryption in DPM by Andy Stadler · 14 years ago
  46. c25f70a API CHANGE - Add hasGrantedPolicy() API by Andy Stadler · 14 years ago
  47. 1f35d48 Fixes to DevicePolicyManager.setPasswordExpirationTimeout by Andy Stadler · 14 years ago
  48. a4e28d1 Add password expiration support to DevicePolicyManager. by Jim Miller · 14 years ago
  49. 027610a resolved conflicts for merge of 964eb438 to master by Kenny Root · 14 years ago
  50. 4249917 Implement issue #3094621 and #3094609 - wipe sd card by Dianne Hackborn · 14 years ago
  51. 8063589 Removed extra parameter tag in JavaDocs by Oscar Montemayor · 14 years ago
  52. ac54fb9 Fix for SDK breakage with hidden field. by Oscar Montemayor · 14 years ago
  53. 69238c6 Device Policy Manager changes to enable Global Proxy. by Oscar Montemayor · 14 years ago
  54. c857740 Adding support for minimum number of non letter characters. by Konstantin Lopyrev · 14 years ago
  55. 1a0ce1c am db603bb5: am 3b68548d: am 75b6a6b9: Merge "Fix 2737842: Disable KeguardManager API if device policy is enabled" into froyo by Jim Miller · 14 years ago
  56. 284b62e Fix 2737842: Disable KeguardManager API if device policy is enabled by Jim Miller · 14 years ago
  57. a15dcfa Fix 2677197: Adding minimum complex character support. by Konstantin Lopyrev · 14 years ago
  58. 3255823 Fix 2673731: Adding support for password history to Device Admin. by Konstantin Lopyrev · 14 years ago
  59. 85f2c9c Fix issue #2530103: ActivePassword data in Device Policy Manager needs to be persisted by Dianne Hackborn · 14 years ago
  60. 20cb56e Fix some bugs. by Dianne Hackborn · 14 years ago
  61. 87bba1e Move DeviceAdmin APIs to android.app.admin. by Dianne Hackborn · 14 years ago