Skip to content

Commit a193dc7

Browse files
committed
Removing FileProvider from 4.5 AndroidManifest
1 parent 26cd29c commit a193dc7

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

overlay/4.5/platform/android/java/lib/AndroidManifest.xml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:versionCode="1"
4-
android:versionName="1.0">
4+
android:versionName="1.0"
5+
xmlns:tools="http://schemas.android.com/tools">
56

67
<application>
78

@@ -18,15 +19,9 @@
1819
android:exported="false"
1920
/>
2021

21-
<provider
22-
android:name="androidx.core.content.FileProvider"
23-
android:authorities="${applicationId}.fileprovider"
24-
android:exported="false"
25-
android:grantUriPermissions="true">
26-
<meta-data
27-
android:name="android.support.FILE_PROVIDER_PATHS"
28-
android:resource="@xml/godot_provider_paths" />
29-
</provider>
22+
<provider
23+
android:name="androidx.core.content.FileProvider"
24+
tools:node="remove" />
3025

3126
</application>
3227

0 commit comments

Comments
 (0)