feat: add FileProvider class from AndroidX

This is for getting high quality camera images, and was a requirement for the code I need.
This commit is contained in:
LucasGGamerM
2023-06-12 13:49:03 -03:00
parent a39024dfe1
commit e7654affa7
3 changed files with 970 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<paths xmlns:android="http://schemas.android.com/apk/res/android">
<external-path name="external_files" path="/Pictures/Moshidon/" />
</paths>