Google Play excludes devices

前端 未结 2 1564
星月不相逢
星月不相逢 2021-01-15 00:26

I have the following AndroidManifest.xml:




        
相关标签:
2条回答
  • 2021-01-15 00:57

    instead of uses-permission use uses-feature and set the flag to optional

    uses-permission sets uses-feature to required by default

    0 讨论(0)
  • 2021-01-15 01:15

    Use uses-feature as well as this at the end: android:required="false"

    Also I'm not sure if you need the support any-density part in your AndroidManifest.

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