summaryrefslogtreecommitdiff
path: root/core/java/android/security/ConfirmationPrompt.java
Commit message (Collapse)AuthorAgeFilesLines
* Keystore 2.0: Remove Keystore 1.0 SPI with all remaining referencesJanis Danisevskis2021-04-011-149/+31
| | | | | | Bug: 171305684 Test: CtsKeystoreTestCases Change-Id: I337515dadc9e45b909bff058d4e13371b4fa843c
* Keystore 2.0: Android Protected ConfirmationJanis Danisevskis2020-12-161-36/+157
| | | | | | Bug: 160930927 Test: CtsVerifier Change-Id: I9cc325eafbee2aa4257a3ccbe525091a1cae806d
* ConfirmationPrompt: Use default values for UIOptionsJanis Danisevskis2020-01-231-14/+10
| | | | | | | | | | | | | | | ConfirmationPrompt passes magnified and inverted options to the keystore service. While gathering the accessibility_display_inversion_enabled setting, the implementation would throw an exception if this setting was never set by the user. This causes the font scaling property to be ignored. This patch uses default values in case the system setting is not set. Test: Run CTSVerifier Protected Confirmation test with increased font size. Merged-In: I03a3ef56209c73ca7d2b2527a5f145f744148e38 Change-Id: I03a3ef56209c73ca7d2b2527a5f145f744148e38
* ConfirmationPrompt: Update for API review.David Zeuthen2018-04-041-0/+339
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