Skip to content

Commit

Permalink
fix permission related crash in AniFlow
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 30, 2024
1 parent bc6be3a commit 87838da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/android/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
android:name=".shared.other.DatabaseProvider"
android:enabled="true"
android:exported="true"
android:readPermission="dev.datlag.burningseries.READ_DATABASE"/>
android:readPermission="dev.datlag.burningseries.READ_DATABASE"
android:grantUriPermissions="true" />
</application>

</manifest>

0 comments on commit 87838da

Please sign in to comment.