summaryrefslogtreecommitdiffstats
path: root/services/devicepolicy/java/com/android/server/devicepolicy/DeviceOwner.java
Commit message (Expand)AuthorAgeFilesLines
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-2/+3
* Merge "Remove initiator name param." into mnc-devJulia Reynolds2015-05-131-14/+6
|\
| * Remove initiator name param.Julia Reynolds2015-05-111-14/+6
* | Tweak SystemUpdatePolicy according to API review.Rubin Xu2015-05-111-9/+6
|/
* Rename public OTA policy APIs in DevicePolicyManagerRubin Xu2015-04-201-17/+17
* Add setOtaPolicy/getOtaPolicy API in DPMSRubin Xu2015-04-141-0/+30
* Store the device initializer componentname in addition to package.Julia Reynolds2015-04-031-5/+23
* Allow the device initializer to perform user setup tasks.Julia Reynolds2015-03-041-0/+47
* Dump the profile/device owner when dumping device policy state.Nicolas Prevot2015-02-161-0/+20
* Remove deprecated version of setProfileOwner that takes packageNameEsteban Talavera2014-12-241-32/+7
* Ignore badly formed ComponentNames when loading device_owner.xmlKenny Guy2014-09-251-4/+13
* Write device owner name to XMLJason Monk2014-08-211-0/+3
* Set profile owner via an intentAmith Yamasani2014-07-291-10/+56
* Add an API to clear the device owner.Jason Monk2014-06-061-0/+4
* Notify AppOpsService of UserRestrictions and OwnersJason Monk2014-05-161-0/+5
* Adds an enabled state in UserInfo instead of DevicePolicyManagerAlexandra Gherghina2014-05-011-28/+3
* Small fix in DeviceOwner.java.Nicolas Prevot2014-04-291-2/+2
* Fix two potential NPEs in DeviceInfoAlexandra Gherghina2014-04-241-2/+2
* Modify getUserProfiles to return only enabled profiles:Alexandra Gherghina2014-04-241-26/+59
* Extend DeviceOwner concept to accommodate ProfileOwnersAdam Connors2014-02-061-0/+274