Manifest and supported devices showed in android market

后端 未结 4 1224
猫巷女王i
猫巷女王i 2020-12-16 15:29

Is there a tool out there which could test my android manifest to see which devices are supported by the android market with given settings? I hope that there is some way ot

4条回答
  •  借酒劲吻你
    2020-12-16 15:54

    It's not that Galaxy Mini isn't compatible with CAMERA permission. It's all about

    
    

    this feature is added by default with

    
    

    Here you can find more info about it: http://developer.android.com/guide/practices/compatibility.html under "Future-proofing". If you add CAMERA permission with autofocus will not be added and it should be now compatible with your app. Hope it helps.

提交回复
热议问题