Skip to content

Commit 95f1e82

Browse files
committed
Fix provider
1 parent ec54ce0 commit 95f1e82

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

owncloudApp/src/main/AndroidManifest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,12 @@
182182
android:name="androidx.core.content.FileProvider"
183183
android:authorities="@string/file_provider_authority"
184184
android:exported="false"
185-
android:grantUriPermissions="true">
185+
android:grantUriPermissions="true"
186+
tools:replace="android:authorities">
186187
<meta-data
187188
android:name="android.support.FILE_PROVIDER_PATHS"
188-
android:resource="@xml/exposed_filepaths" />
189+
android:resource="@xml/exposed_filepaths"
190+
tools:replace="android:resource" />
189191
</provider>
190192

191193
<service android:name=".services.OperationsService" />

0 commit comments

Comments
 (0)