yasirkula / UnityNativeShare

A Unity plugin to natively share files (images, videos, documents, etc.) and/or plain text on Android & iOS
MIT License
891 stars 131 forks source link

Error DatabaseUtils java.lang.SecurityException: Permission Denial #85

Closed Armsop closed 3 years ago

Armsop commented 3 years ago

Hi, i am getting this error in android logcat when i try to share Error DatabaseUtils java.lang.SecurityException: Permission Denial: reading com.yasirkula.unity.NativeShareContentProvider uri content:com.packagename.com/NativeShareContentProvider/devroot/storage/emulated/0/Android/data/com.packagename.com/cache/shared%20img.png from pid=7928, uid=1000 requires the provider be exported, or grantUriPermission()

share is successful but i am worry about this.. how to fix this?

yasirkula commented 3 years ago

Duplicate of #61. Since sharing works successfully, I wouldn't worry about it.