Nexus 7 compatibility issue

后端 未结 3 1569
萌比男神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:25

    Add below line in your supports-screens Tag,

    android:anyDensity="true"
    

    And add uses-feature Tag in manifest,

    
    

提交回复
热议问题