Richou / react-native-android-location-enabler

Display a GoogleMap like android popup to ask for user to enable location services if disabled
MIT License
209 stars 52 forks source link

Priority feature #52

Open Gueoff opened 4 years ago

Gueoff commented 4 years ago

For specific developments with Bluetooth Low Energy, I need to activate location, but I don't need it to be PRIORITY_HIGH_ACCURACY. It could be nice if we can pass a priority param

This feature is only for android 8.1 and less (https://support.google.com/accounts/answer/3467281?hl=en)

Richou commented 4 years ago

Why not, I will try this asap.