fix settingsstorage mark

Change-Id: I60755ca66f048d1484c3d55dc60099679ba987f6
This commit is contained in:
Xuefer
2015-04-14 02:02:05 +08:00
committed by Ethan Yonker
parent 6511c4d178
commit bfce504167
+1
View File
@@ -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) {