Nexus 7 compatibility issue

后端 未结 3 1565
萌比男神i
萌比男神i 2020-12-12 03:50

I have created an Application compatible only for Android Tabs. The Manifest.xml declaration for the App is :

  

        
3条回答
  •  自闭症患者
    2020-12-12 04:24

    Per the Permissions that Imply Feature Requirements page, android.permission.CALL_PHONE implies android.hardware.telephony, which of course the Nexus 7 does not have. Make sure that telephony is not considered required by adding the following line to your Manifest:

    
    

提交回复
热议问题