esafirm/android-image-picker

Why camera permission was removed ?

DuoBlood opened this issue · 3 comments

Expected Behavior

The lib request camera permission.

Actual Behavior

The lib does not request camera permission.

Steps to Reproduce the Problem

  1. Lunch CameraOnlyConfig().

  2. Lunch ImagePickerConfig().

  3. Tap the camera icon.

Specifications

  • Image Picker Version: 3.0.0-beta4 (742d7b3)
  • Android OS: 9
  • Phone: Samsung Galaxy S8+

+1
with revoked permission android.permission.CAMERA

me too

Hi @DuoBlood, because we're using camera Intent , I believe we're not needed to request for camera permission.

And it works on my end too. Here's a reference
https://developer.android.com/training/camera/photobasics#TaskManifest

If the issue still happen, can you please attached a video of the issue. Thanks