Skip to content

Commit

Permalink
Remove storage permission check
Browse files Browse the repository at this point in the history
Dhaval2404 committed May 15, 2021
1 parent 094d12c commit 071fa71
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -34,9 +34,7 @@ class CameraProvider(activity: ImagePickerActivity) : BaseProvider(activity) {
* Permission Require for Image Capture using Camera
*/
private val REQUIRED_PERMISSIONS = arrayOf(
Manifest.permission.CAMERA,
Manifest.permission.READ_EXTERNAL_STORAGE,
Manifest.permission.WRITE_EXTERNAL_STORAGE
Manifest.permission.CAMERA
)

private const val CAMERA_INTENT_REQ_CODE = 4281

0 comments on commit 071fa71

Please sign in to comment.