-
Notifications
You must be signed in to change notification settings - Fork 96
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
Permission Issue in android 12 #54
Comments
I'm using Latest version
|
log: Denied permission: android.permission.WRITE_EXTERNAL_STORAGE log: Granted permission: android.permission.READ_EXTERNAL_STORAGE log: All necessary permission is not granted by user. Please do that first
binding.viewModel = viewModel PdfGenerator.getBuilder().setContext(requireActivity()).fromViewSource()
|
Hi, @Yabaze sorry for the late reply. Actually, it might be for Dexter Library and which is not yet maintained. So I think I need to change it. for now, you check this permission from your app level with proper library |
Need helpIf any want interested, please change the Dexter library from my project and add some thing best for handling all of the cases and pull request me. |
implementation 'com.github.Gkemon:Android-XML-to-PDF-Generator:2.6.8' i am using latest librray but i got also same permission denied error |
Thanks for that. I will merge it soon
…On Sun, Sep 17, 2023 at 5:23 PM Mr. 17 ***@***.***> wrote:
Hi @Gkemon <https://github.com/Gkemon>, Hope you are doing well! Please
have look at my PR #62
<#62>.
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFJOLUXQAEMV7DLRWGI5MZLX23MT5ANCNFSM6AAAAAATR5JWOA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
Regards,
Md Golam Kibria Emon
Mobile App Developer ,
Ulefoss, Vestfold og Telemark, Norway
|
Still im facing permission issue
log: WRITE_EXTERNAL_STORAGE and READ_EXTERNAL_STORAGE Permission is not given. Permission taking popup (using https://github.com/Karumi/Dexter) is going to be shown
The text was updated successfully, but these errors were encountered: