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

Commit a81a40e0 authored by Jeffrey Brown's avatar Jeffrey Brown Committed by Android Git Automerger
Browse files

am 3c239d7e: am 8934c575: am 88ba2f48: Merge "Disable usage of WAL in DatabaseHelper"

# By Yevgen Pronenko
# Via Android Git Automerger (2) and others
* commit '3c239d7e':
  Disable usage of WAL in DatabaseHelper
parents 6bd6b1c4 3c239d7e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ public class DatabaseHelper extends SQLiteOpenHelper {
        super(context, dbNameForUser(userHandle), null, DATABASE_VERSION);
        mContext = context;
        mUserHandle = userHandle;
        setWriteAheadLoggingEnabled(true);
    }

    public static boolean isValidTable(String name) {