Bootstrap option for Android

I have been using Radius Network's AltBeacon library for Android development up until now but as I am starting to use Estimote beacons all the time I was thing about switching to the Estimote SDK. One of the things I make use of a lot with the AltBeacon library is the Bootstrap option which allows my app to look for beacons after the phone is re-started.

https://github.com/AltBeacon/android-beacon-library/blob/master/src/main/java/org/altbeacon/beacon/startup/RegionBootstrap.java

Would I be able to do the same thing with the Estimote SDK (and as easily / elegantly) ?

Hey Richard, thanks for this suggestion, we'll into that!