summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/ConfirmDeviceCredentialActivity.java
Commit message (Collapse)AuthorAgeFilesLines
* Finish trampoline activity for ConfirmDeviceCredential immediatelyJorim Jaggi2015-09-101-16/+5
| | | | | | | | | Make sure to finish ConfirmDeviceCredentialActivity directly, and use Intent.FLAG_ACTIVITY_FORWARD_RESULT, so we can't even end up in a state where we have the trampoline activity but not the real activity. Bug: 23849216 Change-Id: I7a5be5af74ca85c11df1f61a69c3fd5cf558e1fb
* Don't launch ConfirmDeviceCredentials multiple times.Jim Miller2015-07-201-6/+9
| | | | | | Fixes bug 18724944 Change-Id: Ifd93b1632f120a2d17136b3100e2563fbb45b9a5
* pipe auth token through confirm and set passwordAndres Morales2015-04-141-0/+11
| | | | | | | | | | ConfirmDeviceCredentialsActivity and ChooseLockGeneric now understand CLSH.EXTRA_KEY_HAS_CHALLENGE and CLSH.EXTRA_KEY_CHALLENGE in their launching intents. If present, they return a hw_auth_token_t verifying the challenge passed in as a field in keyed by CLSH.EXTRA_KEY_CHALLENGE_TOKEN in their result intents. Change-Id: I0b4e02b6a798a9e57d02522880a180dffadfcde1
* Update confirm device credentials to spec, add fingerprintJorim Jaggi2015-04-131-1/+2
| | | | | | | | | | | - New strings in the screen. - New layout/style. - Clean up internal API's around it. - Add fingerprint support if launched from externally - Separate theme if launched from externally - If launched from above Keyguard, use SHOW_WHEN_LOCKED flag Change-Id: Icdf9bf9e0506841f24e8aab5f0f1d1f4b688951f
* User to confirm credentials if an accessibility service changes encryption.Svetoslav2014-10-161-0/+9
| | | | | | | | | | | When an accessibility service is enabled we are not using the user secure lock when encrypting the data. If the latter is already used for encryption we are decreasing the encryption level and therefore shall challenge the user with their secure lock. bug:17881324 Change-Id: If8905c05e20bc6bb6a6415e501871e5ad83f3d86
* API review - move confirm credential constants from IntentJim Miller2014-08-131-2/+3
| | | | | | | | Moves constants from Intent to KeyguardManager. Fixes bug 17006280 Change-Id: I8ee1f534816a3fe823ad44479e227ba6d3675389
* New activity that asks users to confirm their pattern. DO NOT MERGEJay Civelli2014-07-291-0/+55
Adds an activity that prompts the user for their PIN/password/pattern. cherry-pick from master b88e8577b9049392aa50649cb40edc845d43d689 Bug 16242766 Change-Id: I3468215a8ac522a06de6573c93a5f5a6dc72ee2d