I woould like to do a background scanning of beacons. But user's bluetooth will not be on always.If i switch on the bluetooth battery will also drain.
Can I detect beacons with out switching on bluetooth in android ?
I woould like to do a background scanning of beacons. But user's bluetooth will not be on always.If i switch on the bluetooth battery will also drain.
Can I detect beacons with out switching on bluetooth in android ?
You need Bluetooth turned on to detect beacons. But you can detect if Bluetooth is turned off and turn it on programmatically on Androud. Of course, it is best to ask the user's permission to do so while explaining the benefit.
The battery drain for Bluetooth being on with low duty scanning is relatively mild -- similar to cell standby. The Android Beacon Library does all of this by default. You can read more about its battery usage here.