aboutsummaryrefslogtreecommitdiff
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
commitd3fbda46d35ef58deb8c8965a2c6f937f204d980 (patch)
treed082b010bef71e97702100bd14c9f070a0ad38ec
parent84f65df0a794dee2ee21e80f83ed9e589412acc1 (diff)
downloadetbsa-trackermap-mobile-d3fbda46d35ef58deb8c8965a2c6f937f204d980.tar.gz
etbsa-trackermap-mobile-d3fbda46d35ef58deb8c8965a2c6f937f204d980.tar.bz2
etbsa-trackermap-mobile-d3fbda46d35ef58deb8c8965a2c6f937f204d980.zip
Switched provider to regular release AndroidManifest.xml
-rw-r--r--androidApp/src/google/AndroidManifest.xml10
-rw-r--r--androidApp/src/main/AndroidManifest.xml11
2 files changed, 11 insertions, 10 deletions
diff --git a/androidApp/src/google/AndroidManifest.xml b/androidApp/src/google/AndroidManifest.xml
index ce72a8b..5207ee9 100644
--- a/androidApp/src/google/AndroidManifest.xml
+++ b/androidApp/src/google/AndroidManifest.xml
@@ -26,16 +26,6 @@
</intent-filter>
</service>
- <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>
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