Skip to content
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

Android 12 permission #60

Closed
mehroshmehboob opened this issue Jun 18, 2022 · 4 comments
Closed

Android 12 permission #60

mehroshmehboob opened this issue Jun 18, 2022 · 4 comments

Comments

@mehroshmehboob
Copy link

First of all excellent library, i have managed to pick a video from gallery but i tap the top camera icon to make the video directly from camera it shows the dialog to have
Camera, Audio and/or storage permissions are not granted. Please allow it from setting. [cancel, ok]
tapping ok takes you to the app settings. There all the permissions are allowed but still giving showing this dialog

device name: Samsung a52
Android version : 12
library version : 0.4.0

@sanjay-mi
Copy link
Collaborator

Hello @mehroshmehboob

Thank you for using Lassi.

We have checked your scenario on multiple android 12 devices including Samsung also, but we are not able to regenerate it. Can you please share the video with us? Might be that will helpful for us to regenerate it.

@Innzes001
Copy link

Screen_Recording_20220701-120629_Permission.controller.mp4

please check now

@sanjay-mi
Copy link
Collaborator

Hello @Innzes001

I have tried regenerating this issue with Pixel 4A and Samsung S20. But it's not regenerated.
Here I have attached the video from Pixel 4A. Please check.
https://user-images.githubusercontent.com/82382452/180234862-6cf92b6d-03b1-4fa9-a79d-b2ac44c5449f.mp4

If you are performing a different test case then please share it with us.

Thank you

@suyashm002
Copy link

suyashm002 commented Aug 26, 2022

I am also facing the same issue I am using emulator Pixel 4 Tiramisu after checking Manifest file i figured out we are using same permissions . Remove <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="28"/> <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> <uses-permission android:name="android.permission.RECORD_AUDIO" />-->
from your manifest and it will work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants