My App not supporting nexus 7

后端 未结 1 1060
北荒
北荒 2020-12-10 18:54

My Manifest file (permissions & support-screens) are as follow :



        
相关标签:
1条回答
  • 2020-12-10 19:33

    While the Nexus 7 has a front facing camera, per Getting Your App Ready for Jelly Bean, requiring a camera means your application will show as incompatible with the Nexus 7. Set required="false" if you want Nexus 7 compatibility.

    To ensure you have a camera available before starting any camera related features, you can detect whether the device has camera hardware.

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