Requiring gyroscope for supported Android devices

I’m trying to limit supported Android devices by hardware feature, such as gyroscope.

I found this information below re <manifest>, but not sure how I can implement that in Corona SDK?

<uses-feature> in <manifest> :

android.hardware.sensor.gyroscope

http://developer.android.com/guide/topics/manifest/uses-feature-element.html

Hi @eik,

I think this page describes what you need:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#androidsettings

Best regards,

Brent

Thank you!

Hi @eik,

I think this page describes what you need:

http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#androidsettings

Best regards,

Brent

Thank you!