fix crash when sharing file for android 11

This commit is contained in:
Tlaster 2021-03-22 13:46:50 +08:00
parent 6d4404bf57
commit 21dd2dde45
1 changed files with 1 additions and 0 deletions

View File

@ -703,6 +703,7 @@
<provider
android:name=".provider.ShareProvider"
android:authorities="twidere.share"
android:grantUriPermissions="true"
android:exported="true"
tools:ignore="ExportedContentProvider"/>
<provider