summaryrefslogtreecommitdiff
path: root/core/java/android/app/admin/DeviceAdminInfo.java
AgeCommit message (Expand)Author
2020-11-30Mechanically apply TypedXml refaster template.Jeff Sharkey
2020-11-30Mechanical refactoring to new typed XML classes.Jeff Sharkey
2020-10-29Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-28Revert "Add maxTargetSdk restriction to unused APIs."Hongwei Wang
2020-10-27Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-10-23Remove DO/PO "policy" from DeviceAdminInfoEran Messeri
2020-09-30Explicitly get org-owned admin in DPMSEran Messeri
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-05getWifiMacAddress: Enable for profile owner on org-owned deviceEran Messeri
2019-02-28All Parcelable CREATOR fields are @NonNull.Jeff Sharkey
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-09-07Merge "Block Policies From Device Admin Targetting Q"Eric Sandness
2018-09-05Block Policies From Device Admin Targetting QEric Sandness
2018-08-14Add @UnsupportedAppUsage annotationsMathew Inwood
2018-03-08Move the support_transfer_ownership_metadata inside the device adminarangelov
2018-01-19Javadoc For DA DeprecationEric Sandness
2016-02-24Support safe mode properly.Makoto Onuki
2015-09-23Cleanup USER_OWNER in DPMSXiaohui Chen
2015-02-24Allow alternative policy description for secondary usersFyodor Kupolov
2014-03-28Fix privilege escalation for preferred activitiesRobin Lee
2013-01-11docs: Fix a bunch of issuesScott Kennedy
2012-09-19Make DPM API for disabling keyguard widgets more genericJim Miller
2012-09-04Update DevicePolicyManager with ability to disable keyguard widgetsJim Miller
2011-06-10New device policy to disable camera.Ben Komalo
2011-02-16@hide DPM global proxy settingsAndy Stadler
2011-01-12API changes to support encryption in DPMAndy Stadler
2010-11-11Add password expiration support to DevicePolicyManager.Jim Miller
2010-08-04Fix for SDK breakage with hidden field.Oscar Montemayor
2010-08-04Device Policy Manager changes to enable Global Proxy.Oscar Montemayor
2010-03-04Fix some bugs.Dianne Hackborn
2010-02-26Move DeviceAdmin APIs to android.app.admin.Dianne Hackborn