summaryrefslogtreecommitdiffstats
path: root/core/java/android/service/trust
Commit message (Expand)AuthorAgeFilesLines
* Allow dismissing Keyguard from TrustAgentServiceAdrian Roos2015-04-172-4/+60
* Notify TrustAgentService when device policy configuration no longer appliesAdrian Roos2015-03-091-6/+8
* Remove unused imports in frameworks/base.John Spurlock2015-02-281-3/+0
* Add device locked API for TrustAgentServiceAdrian Roos2014-11-202-0/+34
* Change Configure structure to List<PersistableBundle>Jim Miller2014-11-071-27/+2
* Update TrustAgentService API after reviewJim Miller2014-11-053-37/+61
* Hide trust agent whitelisting until new API is ready.Jim Miller2014-08-271-0/+2
* Update TrustAgentService API after review.Jim Miller2014-08-222-14/+47
* Remove setManagingTrust workaroundAdrian Roos2014-08-151-12/+1
* Trust: Make setEnabledFeatures asynchronousAdrian Roos2014-07-303-6/+22
* Add setManagingTrust and expose it on lockscreenAdrian Roos2014-07-302-2/+52
* Make TrustAgentService a SystemApiAdrian Roos2014-07-291-0/+4
* Add new DevicePolicyManager API to allow fine-grained TrustAgent managementJim Miller2014-07-282-3/+40
* Make sure TrustAgent applies trust if granted before it is bound.Jay Civelli2014-06-121-12/+40
* Ensure trust agents are only provided by platform packagesAdrian Roos2014-06-031-0/+2
* Enforce that trust agents declare the BIND_TRUST_AGENT permissionAdrian Roos2014-05-171-0/+21
* Apply revised TrustAgent APIAdrian Roos2014-05-162-9/+9
* Define initial trust agent APIAdrian Roos2014-03-313-0/+204