Is Monitoring Region still running when Phone Sleep / Lock?

Hi wiktor, i’m already tested implement your suggestion in my code…

you suggest to startMonitoring/Ranging and after x second stopMonitoring/Ranging.

now i’m move my code from onStartCommand to onCreate so it will run once when Service is created or recreate. and now i’m using schedule threading for handle StartStopMonitoring.

you can check my code here.

but the problem is, when beaconmanager.connect and startMonitoring/ranging for a next time / next loop, method onEntered is fired again and again… so if i put Notification in onEntered method, it will produce Notification every x second…

Thanks,
Regrads,
Ifvan