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
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.