Merge "Switch pattern/PIN constants to match values in cryptfs.h"

This commit is contained in:
Treehugger Robot 2018-08-07 22:03:11 +00:00 committed by Gerrit Code Review
commit 92f5db4a06

View file

@ -113,8 +113,8 @@ interface IVold {
const int PASSWORD_TYPE_PASSWORD = 0;
const int PASSWORD_TYPE_DEFAULT = 1;
const int PASSWORD_TYPE_PIN = 2;
const int PASSWORD_TYPE_PATTERN = 3;
const int PASSWORD_TYPE_PATTERN = 2;
const int PASSWORD_TYPE_PIN = 3;
const int STORAGE_FLAG_DE = 1;
const int STORAGE_FLAG_CE = 2;