songz / cordova-plugin-opentok

Cordova Plugin for OpenTok - add webrtc video to your iOS or Android App
Other
162 stars 270 forks source link

Really requires on android.hardware.camera.autofocus? #240

Closed FredeHo closed 6 years ago

FredeHo commented 6 years ago

Hi guys,

is <uses-feature android:name="android.hardware.camera.autofocus" android:required="true" /> really necessary? Some users (e.g. Samsung GT-P5100 / Samsung Galaxy Tab2 10.1) can't install/update my app after the integration of this plugin, because of the requirement of autofocus.

Is it crucial to have the autofocus feature or could a android:required="false" do it?

The official requirements of the OpenTok Android SDK say: The OpenTok Android SDK works with any Android 4.1+ device (Jelly Bean, API Level 16) that has a camera (for publishing video) and adequate CPU and memory support.

But i can't find anything about autofocus.

Thanks in advance!

msach22 commented 6 years ago

@FredeHo Great point, I've removed autofocus as a requirement in this plugin: https://github.com/opentok/cordova-plugin-opentok

FredeHo commented 6 years ago

Thank you :) sry for double post(stack overflow), didnt know who to address