Merge "Change the default value of sync mode to NORMAL" am: 143e1c5c77

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2215069

Change-Id: I261bf0162b297f076285d1c58e9a46b21073a7a7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Treehugger Robot
2022-10-12 19:53:37 +00:00
committed by Automerger Merge Worker

View File

@@ -299,7 +299,7 @@ public final class SQLiteDatabaseConfiguration {
if (isLegacyCompatibilityWalEnabled()) {
return SQLiteCompatibilityWalFlags.getWALSyncMode();
} else {
return SQLiteGlobal.getDefaultSyncMode();
return SQLiteGlobal.getWALSyncMode();
}
} else {
return SQLiteGlobal.getDefaultSyncMode();