Add CSV exporting

This commit is contained in:
Astatin3
2024-09-14 16:14:50 -06:00
parent ccf0b56636
commit 6eff9179f4
9 changed files with 230 additions and 27 deletions
+9
View File
@@ -40,6 +40,15 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
</application>
</manifest>