We're using a qualcomm's sdk for facial processing, here is the link. But the minimum hardware requirement is following,
Snapdragon S4, 200, 400, 600, or 800
So, it supports only the devices which comes with snapdragon processor as mentioned above. But the issue is how to restrict other devices on Play Store from installing.
As we know, by using Manifest file, we can put limit. But what we should add in manifest file for this?
One option I found from googling is to use something like <supports-gl-texture android:name="GL_QCOM_binning_control" />
But did not figure out what to put mainly for supporting S4, 200, 400, 600, or 800 versions of Snapdragon.
Plz help me. Your help will be greatly appreciated.
Thanks.
0 comments:
Post a Comment