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

Popular posts from this blog

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -