Skip to content

Commit

Permalink
Merge pull request #170 from horsetail-fern/fixImportExport
Browse files Browse the repository at this point in the history
Fix Import and Export
  • Loading branch information
lordi authored Jan 14, 2025
2 parents fbd115d + db83831 commit 20dcfc6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,12 @@

</application>

<queries>
<intent>
<action android:name="android.intent.action.CREATE_DOCUMENT" />
<category android:name="android.intent.category.OPENABLE" />
<data android:mimeType="application/x-sqlite3"/>
</intent>
</queries>

</manifest>

0 comments on commit 20dcfc6

Please sign in to comment.