diff --git a/FAQ.md b/FAQ.md
index cc8d142c86..d6e6a608b0 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -154,7 +154,8 @@ Related questions:
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23redmi)
-On some Xiaomi Redmi (Note) devices, some Realme devices, some OnePlus devices running Android 12 and some Oppo devices running Android 12 the database occasionally gets corrupted, especially after an update,
+On some Xiaomi Redmi (Note) devices, some Realme devices, some OnePlus devices, some Oppo devices, and some Samsung devices running Android 12,
+the database occasionally gets corrupted, especially after installing an update,
resulting in total data loss (on the device only, unless you are using a POP3 account with the option *Leave messages on server* disabled).
The cause of this problem are disk I/O errors due to an Android bug (more likely) or maybe a hardware issue (less likely),
@@ -162,7 +163,7 @@ please [see here](https://www.sqlite.org/rescode.html#ioerr_write).
"*This error might result from a hardware malfunction or because a filesystem came unmounted while the file was open.*"
-This can't be fixed by the app and should be fixed by the device manufacturer.
+This can't be fixed by the app and must be fixed by the device manufacturer with an Android update.
**Please do not blame the app for this!**
@@ -179,7 +180,8 @@ android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584)
```
-The cause might be [changes in Android 7 Nougat](https://ericsink.com/entries/sqlite_android_n.html), which is why sqlite isn't bundled anymore since version 1.1970.
+This will affect other apps which use a local database intensively too.
+Most apps store their data in the cloud instead of on the device, which is why this isn't occurring frequently.
diff --git a/index.html b/index.html
index c5b36ece7f..329f64b8be 100644
--- a/index.html
+++ b/index.html
@@ -8,19 +8,10 @@
@@ -168,10 +159,10 @@
Xiaomi Redmi / Realme / OnePlus / Oppo
-On some Xiaomi Redmi (Note) devices, some Realme devices, some OnePlus devices running Android 12 and some Oppo devices running Android 12 the database occasionally gets corrupted, especially after an update, resulting in total data loss (on the device only, unless you are using a POP3 account with the option Leave messages on server disabled).
+On some Xiaomi Redmi (Note) devices, some Realme devices, some OnePlus devices, some Oppo devices, and some Samsung devices running Android 12, the database occasionally gets corrupted, especially after installing an update, resulting in total data loss (on the device only, unless you are using a POP3 account with the option Leave messages on server disabled).
The cause of this problem are disk I/O errors due to an Android bug (more likely) or maybe a hardware issue (less likely), please see here.
“This error might result from a hardware malfunction or because a filesystem came unmounted while the file was open.”
-This can’t be fixed by the app and should be fixed by the device manufacturer.
+This can’t be fixed by the app and must be fixed by the device manufacturer with an Android update.
Please do not blame the app for this!
For the record, the stack trace:
android.database.sqlite.SQLiteDiskIOException: disk I/O error (code 778)
@@ -182,7 +173,7 @@
at io.requery.android.database.sqlite.SQLiteDatabase.endTransaction(SQLiteDatabase:551)
at androidx.room.RoomDatabase.internalEndTransaction(RoomDatabase:594)
at androidx.room.RoomDatabase.endTransaction(RoomDatabase:584)
-The cause might be changes in Android 7 Nougat, which is why sqlite isn’t bundled anymore since version 1.1970.
+This will affect other apps which use a local database intensively too. Most apps store their data in the cloud instead of on the device, which is why this isn’t occurring frequently.