I appreciate some feedback on how to handle this:
App in foreground works fine, detects beacons and I can generate local notifications from there. When app is in background or terminated I still can bring it back to life when beacon gets in range, but that "forces" me to open the app. I would like the following behavior:
- App should send local notification silently when detects beacons in background and not open app. My local notification should have then Intent to open app when I click them.
From here they have the correct scenario, but then the sample doesn't seem to do what should. https://altbeacon.github.io/android-beacon-library/notifications.html
Any help is much appreciated. Thank you, Bruno