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

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

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

# By Yevgen Pronenko
# Via Android Git Automerger (1) and others
* commit '8934c575':
  Disable usage of WAL in DatabaseHelper
parents 4e68024c 8934c575
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) {