Background monitoring of Eddystone beacon using altbeacon library on android platform
问题 Is background monitoring of Eddystone beacon using altbeacon library on android platform possible? How can I achieve it? Following is the code by which I can detect beacons with a specified UUID when the app is launched, but I want to achieve the same when the app is not running. public class MainActivity extends ActionBarActivity implements BeaconConsumer,MonitorNotifier { private BeaconManager beaconManager; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate