Does Android Beacon Library really support background scanning?
I am using Android Beacon Library for BLE scanning with example . It works fine in foreground for both monitoring and ranging. However, for background, it only works for the cases of pressing "Home" in app and screen off. It is not work when I kill the app from task switcher. In the example, I cannot find anything like Service to make things working in background. Questions: Does Android Beacon Library support background scanning if the app is killed in task switcher? If so, how to do this? Any example? I worked with android iBeaon library in that for background scanning I created a service