-
Notifications
You must be signed in to change notification settings - Fork 346
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
Camera does not start on Pixel 4 with 1.8 but with 1.7.5 #162
Comments
same here |
Duplicate of #146 |
Closed
@WarrenFaith sorry for wrong tag, Can you please add queries into your AndroidManifest.xml <manifest package="com.github.dhaval2404.imagepicker">
<application>
</application>
<queries>
<!-- Camera -->
<intent>
<action android:name="android.media.action.IMAGE_CAPTURE" />
</intent>
</queries>
</manifest> |
Indeed, that solved it! Thank you! |
This was referenced May 15, 2021
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used the lib successfully and wanted to update from 1.7.5 to 1.8.
On my Pixel 4 Android 11, the camery/galery dialog is still working but when I press camera, the dialog disappears and nothing happens.
Device was restarted to prevent issues with the camera. Downgrade to 1.7.5 made it work again. No error message, no log output that I could identify to be related.
The calling code I used didn't change and is rather simple:
The text was updated successfully, but these errors were encountered: