universal7885: Remove SQLite Memory mode optimizations

According to Mohammad Kibria:
>These optimizations are unsafe and unnecessary.

Because not exist a similar commit in tree the better is remove it and add Mohammad Kibria as a coauthor

Co-authored-by: Mohammad Kibria <106745675+kibria5@users.noreply.github.com>
This commit is contained in:
eliasofwaffle 2024-04-10 15:57:05 +00:00 committed by Soo-Hwan Na
commit 456d1d6866

View file

@ -35,9 +35,6 @@
</string-array>
<string name="config_radio_access_family">GSM|CDMA|EVDO|WCDMA|LTE</string>
<fraction name="config_screenAutoBrightnessDozeScaleFactor">100.0%</fraction>
<string name="db_default_journal_mode" translatable="false">MEMORY</string>
<string name="db_default_sync_mode" translatable="false">OFF</string>
<string name="db_wal_sync_mode" translatable="false">OFF</string>
<!-- Whether Hearing Aid profile is supported -->
<bool name="config_hearing_aid_profile_supported">true</bool>
<bool name="config_showNavigationBar">true</bool>