alexkorep / react-native-bluetooth-headset-detect

Bluetooth headset detection for React Native
12 stars 13 forks source link

Will android devices without bluetooth be able to download app from Google Play? #10

Open Desintegrator opened 3 years ago

Desintegrator commented 3 years ago

Will android devices without bluetooth be able to download app from Google Play? because of

<uses-permission android:name="android.permission.BLUETOOTH" />
yugisu-flux commented 2 years ago

Yes, unless you provide <uses-feature ... android:required="true" /> in your AndroidManifest.xml file.