Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55e99705 authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable DB wipe check

We stopped using WAL, so let's just disable it

Change-Id: I14f4f3ca6521db12a2fbde8c20122bb4b2cc8186
Fix: 118613196
Test: Manual test with removing DB files
parent 9ba5e8e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,6 +176,6 @@ public final class SQLiteGlobal {

    /** @hide */
    public static boolean checkDbWipe() {
        return true;
        return false;
    }
}