fix settingsstorage mark
Change-Id: I60755ca66f048d1484c3d55dc60099679ba987f6
This commit is contained in:
@@ -478,6 +478,7 @@ bool TWPartition::Process_Flags(string Flags, bool Display_Error) {
|
||||
}
|
||||
} else if (strcmp(ptr, "settingsstorage") == 0) {
|
||||
Is_Storage = true;
|
||||
Is_Settings_Storage = true;
|
||||
} else if (strcmp(ptr, "andsec") == 0) {
|
||||
Has_Android_Secure = true;
|
||||
} else if (strcmp(ptr, "canbewiped") == 0) {
|
||||
|
||||
Reference in New Issue
Block a user