summaryrefslogtreecommitdiffstats
path: root/core/java/android/app/trust
Commit message (Collapse)AuthorAgeFilesLines
* Add StrongAuthTrackerAdrian Roos2015-08-213-34/+32
| | | | | | Bug: 22846469 Bug: 22115393 Change-Id: I6ef5322d02e540fc043e7f20d3aabf595ce7c224
* Only enable fingerprint auth after first regular authJorim Jaggi2015-05-052-0/+18
| | | | | | | | | - Add method hasUserAuthenticatedSinceBoot to TrustManagerService - Use this information to only enable fingerprint auth after the user has at least once authenticated with his regular authentication method. Change-Id: Icf073ac3b340d557b044f6bf27f1a7f8511048e2
* Allow dismissing Keyguard from TrustAgentServiceAdrian Roos2015-04-172-13/+11
| | | | | Bug: 19900313 Change-Id: I44d13ee6fe65070327076e73a3ed96c94acdc108
* Add KeyguardManager.isDeviceSecureAdrian Roos2015-04-131-0/+1
| | | | | Bug: 19823211 Change-Id: I92a1d2542274bf1dc2d5757511ce495264f90733
* Add device locked API for TrustAgentServiceAdrian Roos2014-11-202-0/+14
| | | | | Bug: 18414067 Change-Id: I96c68af9ccc9940acf9fab3b5bd39a3485f01045
* Update KeyguardManager.isDeviceLocked APIAdrian Roos2014-11-201-1/+1
| | | | | Bug: 18414067 Change-Id: I0715714c2c9a122f578ec0c6f508faae12e6f752
* Add API for querying trusted stateAdrian Roos2014-10-241-0/+1
| | | | | Bug: 18084166 Change-Id: Ic755461cc6978943aef4943def93a0e38a1c96c0
* Pass initiatedByUser to TrustListenersAdrian Roos2014-08-072-8/+18
| | | | | Bug: 16840500 Change-Id: I8d9bd8fe9a305066f33ac5c888d8a41ce219a6f1
* Add setManagingTrust and expose it on lockscreenAdrian Roos2014-07-302-0/+18
| | | | | | | | | | | | Adds a facility for trust agents to indicate if they are ready to manage trust. Also adds an indication to the lock icon on the lockscreen to show whether trust is being managed. Bug: 15518469 Bug: 16123013 Change-Id: Ie17f588aebeafe66c81dea4a69c733b0d2c72fd4
* Trust Agents: Add facility to request credential entryAdrian Roos2014-06-252-0/+16
| | | | | Bug: 15871777 Change-Id: I43c80151f6403ff62961aeb3dc7aafe049e18a62
* Define trust agent framework componentsAdrian Roos2014-03-313-0/+191
Adds the TrustManager system service that allows registering for changes to the trust status and reporting events that are important to trust agents. Bug: 13723878 Change-Id: I7d0d2ea86fd755702d31aa5d49cac038a6cd4301