Unable to capture photo on Huawei Phones

I am getting reports from users that they can not use the capture to photos on Huawei phones. Have any one’s users reported the same issue?

Hello,

I have a Huawei y6 and mediaSource - caméra works.

Be sure that

 {name="android.hardware.camera",require=false}, {name="android.hardware.camera.front",require=false}, {name="android.hardware.camera.any",require=false},

is on Usesfeature.

and

"android.permission.CAMERA",

for Usespermission

Hi yvandotet,

I did set the userspermission “android.permission.CAMERA”. However, I didn’t set the UsesFeature, as the camera MUST be there in order to use the app.

Hello,

I have a Huawei y6 and mediaSource - caméra works.

Be sure that

 {name="android.hardware.camera",require=false}, {name="android.hardware.camera.front",require=false}, {name="android.hardware.camera.any",require=false},

is on Usesfeature.

and

"android.permission.CAMERA",

for Usespermission

Hi yvandotet,

I did set the userspermission “android.permission.CAMERA”. However, I didn’t set the UsesFeature, as the camera MUST be there in order to use the app.