Merge "Disable DB wipe check"
This commit is contained in:
@@ -176,6 +176,6 @@ public final class SQLiteGlobal {
|
||||
|
||||
/** @hide */
|
||||
public static boolean checkDbWipe() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user