QL-Uday

Results 6 comments of QL-Uday

@AnujLM it is still not working. Could you please provide an example of how it works.

In my application, I am using the following versions: permission_handler: 11.3.1 permission_handler_android: 12.0.8 permission_handler_platform_interface: 4.2.2 These are the latest available. But still it is not working, giving "PermissionStatus.denied", upon clicking...

@novas1r1 , I was already doing that too. But for a confirmation, I again performed these step, still unsuccessful.

I am currently working with compileSdk 34 and targetSdk 34. In my AndroidManifest.xml file, I have included the following permissions: `` `` `` @novas1r1 , @mvanbeusekom , Could you please...

For the issue I encountered, by removing the "READ_MEDIA_VISUAL_USER_SELECTED" permission from my app's AndroidManifest.xml file resolved the problem. It appears that this permission was causing conflicts with another permission added...

There's an issue with type information of "TypeToken" being lost during the code shrinking process (like ProGuard or R8). To resolve this, We need to add "-keep" statement for "TypeToken"...