Skip to content Skip to sidebar Skip to footer

Nexus 7 Support For Android Application Manifest Assembly

I have an Android Application that has the AndroidManifest.xml listed below. After uploading to Google Play, the Nexus 7 is listed as an UNSUPPORTED device and I am trying to figu

Solution 1:

This one:

<uses-permissionandroid:name="android.permission.CAMERA" />

It comes as a surprise to many because the Nexus 7 does have a front facing camera, but it seems that it does not count for the purposes of this particular permission.

Post a Comment for "Nexus 7 Support For Android Application Manifest Assembly"