Merge "Disable DB wipe check"

This commit is contained in:
Makoto Onuki
2019-03-20 16:03:59 +00:00
committed by Android (Google) Code Review

View File

@@ -176,6 +176,6 @@ public final class SQLiteGlobal {
/** @hide */
public static boolean checkDbWipe() {
return true;
return false;
}
}