android - Does uses-feature limit App Store Downloads -
i can seem find on google, if add setting manifest
uses-feature android:name="android.hardware.bluetooth_le" android:required="true"
will non ble devices such less 4.3 able still download app off store? regards
if set android:required="true"
devices without feature not able see or download application play store. if app available devices without ble feature declare feature android:required="false"
. in case have check manually if feature available or not.
please check http://developer.android.com/guide/topics/manifest/uses-feature-element.html#market-feature-filtering , https://developer.android.com/guide/topics/connectivity/bluetooth-le.html more details.
Comments
Post a Comment