This commit is contained in:
Rafal Wisniewski
2026-03-25 14:49:02 +01:00
parent 916481e4e3
commit 160dda3bff
15 changed files with 818 additions and 449 deletions

View File

@@ -21,6 +21,16 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.provider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"/>
</provider>
</application>
</manifest>