Loading play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureDatabase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureDatabase.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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