Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ewt45 committed Jul 6, 2023
1 parent 6483ef4 commit 50733fa
Show file tree
Hide file tree
Showing 31 changed files with 895 additions and 118 deletions.
33 changes: 24 additions & 9 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,30 @@
</service>


<!-- <provider-->
<!-- android:name="android.support.v4.content.FileProvider"-->
<!-- android:authorities="${applicationId}.provider"-->
<!-- android:exported="false"-->
<!-- android:grantUriPermissions="true">-->
<!-- <meta-data-->
<!-- android:name="android.support.FILE_PROVIDER_PATHS"-->
<!-- android:resource="@xml/provider_paths" />-->
<!-- </provider>-->
<provider
android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>

<!-- <provider-->
<!-- android:name="bin.mt.file.content.MTDataFilesProvider"-->
<!-- android:permission="android.permission.MANAGE_DOCUMENTS"-->
<!-- android:exported="true"-->
<!-- android:authorities="MTDataFilesProvider"-->
<!-- android:grantUriPermissions="true">-->
<!-- <intent-filter>-->
<!-- <action-->
<!-- android:name="android.content.action.DOCUMENTS_PROVIDER" />-->
<!-- </intent-filter>-->
<!-- <meta-data-->
<!-- android:name="android.support.FILE_PROVIDER_PATHS"-->
<!-- android:resource="@xml/file_paths" />-->
<!-- </provider>-->
</application>

</manifest>
Loading

0 comments on commit 50733fa

Please sign in to comment.