Skip to content

Commit

Permalink
Fix provider
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Apr 6, 2021
1 parent ec54ce0 commit 95f1e82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,12 @@
android:name="androidx.core.content.FileProvider"
android:authorities="@string/file_provider_authority"
android:exported="false"
android:grantUriPermissions="true">
android:grantUriPermissions="true"
tools:replace="android:authorities">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/exposed_filepaths" />
android:resource="@xml/exposed_filepaths"
tools:replace="android:resource" />
</provider>

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

0 comments on commit 95f1e82

Please sign in to comment.