mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-12-03 16:27:26 +00:00
EN: change mime-type when exporting database to be microg specific
This commit is contained in:
parent
4158e71999
commit
0a9d4869c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue