mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-12-28 13:45:50 +01:00
EN: Use own file provider class to ensure there is no duplicate use
This commit is contained in:
parent
f0337b5dcd
commit
c30e05ee68
@ -58,7 +58,7 @@
|
|||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
<provider
|
<provider
|
||||||
android:name="androidx.core.content.FileProvider"
|
android:name="org.microg.gms.nearby.exposurenotification.ExposureFileProvider"
|
||||||
android:authorities="${applicationId}.microg.exposure.export"
|
android:authorities="${applicationId}.microg.exposure.export"
|
||||||
android:exported="false"
|
android:exported="false"
|
||||||
android:grantUriPermissions="true">
|
android:grantUriPermissions="true">
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2020, microG Project Team
|
||||||
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
|
*/
|
||||||
|
|
||||||
|
package org.microg.gms.nearby.exposurenotification
|
||||||
|
|
||||||
|
import androidx.core.content.FileProvider
|
||||||
|
|
||||||
|
class ExposureFileProvider : FileProvider()
|
Loading…
Reference in New Issue
Block a user