summaryrefslogtreecommitdiff
path: root/core/java/android/content/RestrictionsManager.java
Commit message (Expand)AuthorAgeFilesLines
* Use new UnsupportedAppUsage annotation.Artur Satayev2019-12-181-1/+1
* Move some members to the "Q blacklist".Mathew Inwood2018-09-141-1/+2
* Add @UnsupportedAppUsage annotationsMathew Inwood2018-08-151-0/+2
* Annotate @SystemApi with required permissions.Jeff Sharkey2017-06-051-0/+2
* Fix the handling of bundle array in RestrictionsManagerTony Mak2016-06-201-4/+14
* When system server goes down, crash apps more.Jeff Sharkey2016-02-271-5/+5
* Fixed a typo in convertRestrictionsToBundle JavaDocFyodor Kupolov2015-08-211-1/+2
* Support for nested bundles in setApplicationRestrictionsFyodor Kupolov2015-03-301-18/+112
* Rename getLocalApprovalIntent to createLocalApprovalIntentAmith Yamasani2014-09-051-3/+3
* Rename restrictions API class and methodAmith Yamasani2014-08-191-1/+2
* API Review: Improvements to RestrictionsManager APIAmith Yamasani2014-07-221-33/+64
* App restrictions schema and parserAmith Yamasani2014-07-151-12/+179
* Revert some new APIs for restrictions providerAmith Yamasani2014-07-151-93/+70
* Improvements to Restrictions APIAmith Yamasani2014-07-131-83/+204
* Restrictions ManagerAmith Yamasani2014-05-311-0/+344