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.
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!