Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
GmsCore
Commits
c30e05ee
Verified
Commit
c30e05ee
authored
Dec 20, 2020
by
Marvin W.
🐿
Browse files
EN: Use own file provider class to ensure there is no duplicate use
parent
f0337b5d
Changes
2
Hide whitespace changes
Inline
Side-by-side
play-services-nearby-core/src/main/AndroidManifest.xml
View file @
c30e05ee
...
...
@@ -58,7 +58,7 @@
</receiver>
<provider
android:name=
"
androidx.core.content.
FileProvider"
android:name=
"
org.microg.gms.nearby.exposurenotification.Exposure
FileProvider"
android:authorities=
"${applicationId}.microg.exposure.export"
android:exported=
"false"
android:grantUriPermissions=
"true"
>
...
...
play-services-nearby-core/src/main/kotlin/org/microg/gms/nearby/exposurenotification/ExposureFileProvider.kt
0 → 100644
View file @
c30e05ee
/*
* 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
()
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment