Loading play-services-nearby-core/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ <provider android:name="androidx.core.content.FileProvider" android:authorities="org.microg.gms.nearby.exposurenotification.export" android:authorities="${applicationId}.microg.exposure.export" android:grantUriPermissions="true" android:exported="false"> <meta-data 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 @@ -994,7 +994,7 @@ class ExposureDatabase private constructor(private val context: Context) : SQLit // Use the FileProvider to get a content URI for the new DB val fileUri: Uri? = try { FileProvider.getUriForFile(context,"org.microg.gms.nearby.exposurenotification.export", exportFile) FileProvider.getUriForFile(context,"${context.packageName}.microg.exposure.export", exportFile) } catch (e: IllegalArgumentException) { Log.e("EN-DB-Exporter", "The database file can't be shared: $exportFile $e") null Loading Loading
play-services-nearby-core/src/main/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,7 @@ <provider android:name="androidx.core.content.FileProvider" android:authorities="org.microg.gms.nearby.exposurenotification.export" android:authorities="${applicationId}.microg.exposure.export" android:grantUriPermissions="true" android:exported="false"> <meta-data 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 @@ -994,7 +994,7 @@ class ExposureDatabase private constructor(private val context: Context) : SQLit // Use the FileProvider to get a content URI for the new DB val fileUri: Uri? = try { FileProvider.getUriForFile(context,"org.microg.gms.nearby.exposurenotification.export", exportFile) FileProvider.getUriForFile(context,"${context.packageName}.microg.exposure.export", exportFile) } catch (e: IllegalArgumentException) { Log.e("EN-DB-Exporter", "The database file can't be shared: $exportFile $e") null Loading