Android App Incompatibility with Nexus 7
问题 The play store is showing that my app is not compatible with the Nexus 7 (older model with only front-facing camera, ME370T). My app does require a camera but can use the front-facing camera. I tried to take this into account in my Manifest by specifying that any camera could be used (not just the back facing camera): <uses-feature android:name="android.hardware.camera.any" /> Otherwise, I have no idea why it's not able to run on the Nexus 7. Here are my permissions: <uses-permission android