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

Verified Commit 0a9d4869 authored by Thomas Lambertz's avatar Thomas Lambertz Committed by Marvin W.
Browse files

EN: change mime-type when exporting database to be microg specific

parent 4158e719
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1007,7 +1007,7 @@ class ExposureDatabase private constructor(private val context: Context) : SQLit
                    action = Intent.ACTION_SEND
                    putExtra(Intent.EXTRA_STREAM, fileUri)
                    addFlags(Intent.FLAG_GRANT_READ_URI_PERMISSION)
                    type = "application/vnd.sqlite3"
                    type = "application/vnd.microg.exposure+sqlite3"
                }

                val shareIntent = Intent.createChooser(sendIntent, null)