dobots / presence-app

Android application for basic indoor localization with DoBeacons
https://dobots.nl
0 stars 0 forks source link

After stopping, app still asks for bluetooth to be switched on #7

Closed vliedel closed 9 years ago

eggerdo commented 9 years ago

yes that's true, stopping does not kill the service and the service will notice if you turn off bluetooth and give a notification that we need bluetooth. but if you dismiss the notification it should not show up again. I will address this though.

On Thu, Aug 13, 2015 at 2:29 PM, vliedel notifications@github.com wrote:

— Reply to this email directly or view it on GitHub https://github.com/dobots/presence-app/issues/7.

eggerdo commented 9 years ago

Fixed in version 0.2.5: will only create a notification if scanning. no notification if bluetooth is switched off after stopping.