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

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

am 88ba2f48: Merge "Disable usage of WAL in DatabaseHelper"

# By Yevgen Pronenko
# Via Gerrit Code Review (1) and Johan Redestig (1)
* commit '88ba2f48':
  Disable usage of WAL in DatabaseHelper
parents 1e48b386 88ba2f48
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) {