How can I “refresh” my RegionBootstrap (Android Beacon Library)?
问题 I am developing an Android app that works with Beacons (thanks to the usage of Android Beacon Library). I have an Application that extends BootstrapNotifier that calls a Controller (my class) method which creates a new RegionBootstrap. Everything works fine when the app starts and the Beacons related to the corresponding Regions triggers notifications when they enter or leave that specific Region. public class BackgroundApplication extends Application implements BootstrapNotifier,