Nexus 7 Support for Android Application Manifest Assembly

前端 未结 1 788
梦如初夏
梦如初夏 2020-12-29 09:15

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

相关标签:
1条回答
  • 2020-12-29 09:26

    This one:

    <uses-permission android: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.

    0 讨论(0)
提交回复
热议问题