aboutsummaryrefslogtreecommitdiff
path: root/androidApp/src/main
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-01-20 01:55:07 -0600
committerIván Ávalos <avalos@disroot.org>2022-01-20 01:55:07 -0600
commit09294e03ce3df2acd1d8fd96f2587cb8f1cda30e (patch)
treed082b010bef71e97702100bd14c9f070a0ad38ec /androidApp/src/main
parentf8332dcdc5f702115b8e3eaad98a8fd8e5a44550 (diff)
downloadetbsa-trackermap-mobile-09294e03ce3df2acd1d8fd96f2587cb8f1cda30e.tar.gz
etbsa-trackermap-mobile-09294e03ce3df2acd1d8fd96f2587cb8f1cda30e.tar.bz2
etbsa-trackermap-mobile-09294e03ce3df2acd1d8fd96f2587cb8f1cda30e.zip
Switched provider to regular release AndroidManifest.xml
Diffstat (limited to 'androidApp/src/main')
-rw-r--r--androidApp/src/main/AndroidManifest.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/androidApp/src/main/AndroidManifest.xml b/androidApp/src/main/AndroidManifest.xml
index 23e24bc..313a4df 100644
--- a/androidApp/src/main/AndroidManifest.xml
+++ b/androidApp/src/main/AndroidManifest.xml
@@ -30,5 +30,16 @@
<activity
android:name=".session.UserInformationActivity"
android:exported="false"/>
+
+ <provider
+ android:authorities="${applicationId}.fileprovider"
+ android:name="androidx.core.content.FileProvider"
+ android:exported="false"
+ android:grantUriPermissions="true">
+ <meta-data
+ android:name="android.support.FILE_PROVIDER_PATHS"
+ android:resource="@xml/filepaths" />
+ </provider>
+
</application>
</manifest> \ No newline at end of file