summaryrefslogtreecommitdiff
path: root/core/java/android/security/ConfirmationCallback.java
Commit message (Collapse)AuthorAgeFilesLines
* ConfirmationPrompt: Update for API review.David Zeuthen2018-04-041-5/+5
| | | | | | | | | | | | Misc. changes but notably the ConfirmationDialog class was renamed to ConfirmationPrompt. Manually tested by updating sample Android Confirmations application to use updated API. Bug: 77242268 Test: Manually tested. Change-Id: I1caa3c6bff9486b43ba111329d1ef83c3b67baf9
* Add Confirmation API.David Zeuthen2018-01-301-0/+54
This CL adds new Framework APIs that can be used for the secure confirmations. This includes support for configuring a key such that it can only sign data returned by the confirmation APIs. Bug: 63928580 Test: Manually tested. Change-Id: I94c1fc532376bd555b3dc37fc4709469450cfde6