-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting Permission Denial: reading com.zt.shareextend.ShareExtendProvider uri c #26
Comments
Same here. Exact same issue on Android. |
me too. |
Same issue, not working on Android. |
@kw2019ltd @9thwall @boring2 @JEuler I did not find the issue on my device. Anyway , I updated some code on the version 1.1.2. Please update the version, try it and give me a feedback. |
Experiencing this issue on emulator (Pixel 3 / API 29). I'll try to check it on physical device. |
Updated, but this issue still preserves. I will try to add native code changes and create a PR that will fix it. |
I'm just calling |
But to remove this warning one can use the following code:
I will try to create the PR anyway, but tommorow :) Happy isolated friday! 🍺 |
@kw2019ltd @9thwall @boring2 could you please check this PR? #28 You can try this PR version using this in your pubspec:
|
@JEuler its working fine with above PR. pls file PR to master so it can be merged by admin |
@kw2019ltd @zhouteng0217 #28 - it is already there :) |
@kw2019ltd PR was merged, so the author will release new version a bit later. |
good thanks
…On Fri, Apr 17, 2020 at 8:37 AM Ivan Terekhin ***@***.***> wrote:
@kw2019ltd <https://github.com/kw2019ltd> PR was merged, so the author
will release new version a bit later.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJEI6T4HD3IW3NWOJZ4PKDRM7TI7ANCNFSM4LSAUIHA>
.
|
Still have this error on 1.1.5 . |
@zhouteng0217 Hm, please have a look at this issue. |
I changed ShareExtendPlugin.java like this , and error gone: `package com.zt.shareextend; import android.Manifest; import java.io.File; import androidx.core.app.ActivityCompat; import io.flutter.plugin.common.MethodCall; /**
|
Maybe you can create a PR? :) |
I tried but didn't know what to do !!! :( |
Let's wait for @zhouteng0217 for the info about this issue. :) |
@shpy2001 - so, you can just fork the repo, than you need to create pull request - if you need assistance - feel free to write me :) |
This seems to work. Please merge it. |
E/DatabaseUtils( 6372): java.lang.SecurityException: Permission Denial: reading com.zt.shareextend.ShareExtendProvider uri content://kw.ltd.sss.shareextend.fileprovider/root_path/data/data/kw.ltd.corovavirusapp/app_flutter/2020-03-23T16%3A56%3A26.803860.png from pid=6011, uid=1000 requires the provider be exported, or grantUriPermission()
i already applied
The text was updated successfully, but these errors were encountered: