commit | 2555e5f1040984a3422c5a4db43421e87d4ca0ce | [log] [tgz] |
---|---|---|
author | Paul Crowley <paulcrowley@google.com> | Fri Nov 07 00:52:57 2014 -0800 |
committer | Paul Crowley <paulcrowley@google.com> | Sat Nov 08 01:43:45 2014 +0000 |
tree | 158e1755b83d16d7f1d2944029915ca60785d752 | |
parent | c44ad35e51db79721821817e1b8e52dce632d2bf [diff] |
Prevent factory reset for short passwords in CryptKeeper Since patterns and passwords can't be shorter than 4 elements, we shouldn't count them against attempts to unlock the device. If we do, we risk resetting the device due to stray input. Bug: 18211475 Bug: 18273380 Change-Id: Ib329cd3383471483cda68bfac4278b17d0c09c57 Conflicts: src/com/android/settings/CryptKeeper.java