I have updated the altbeacon-library and I'm currently using 2.13.1. I have been doing some basic tests to adapt the application to work in Android Oreo and I'm not getting the expected behaviour with the library. The ScanJob is launched every 15 minutes aproximately when the app is not in foreground, but I'm seeing this message every time:
"We are inside a beacon region. We will not scan between cycles"
I have tried to set different uuids in two beacons to try to trigger more scans, but I understand looking and the ScanJob code, that once you enter any region, you don't scan anymore until you exit all of them and reenter one. Is that correct? Could the scan take in account different regions so we can get more frequent scan cycles?