am 3452d2d0: Merge "Honor password visible setting in CryptKeeper" into mnc-dev

* commit '3452d2d0dbffc74a87751b39da9fa40d88d5c91f':
  Honor password visible setting in CryptKeeper
This commit is contained in:
Paul Lawrence
2015-05-26 22:06:57 +00:00
committed by Android Git Automerger
2 changed files with 25 additions and 0 deletions

View File

@@ -939,4 +939,6 @@ public class StorageManager {
public static final String OWNER_INFO_KEY = "OwnerInfo";
/** @hide */
public static final String PATTERN_VISIBLE_KEY = "PatternVisible";
/** @hide */
public static final String PASSWORD_VISIBLE_KEY = "PasswordVisible";
}