Hello Good Morning, I am working beacon detect cod...
# android
p
Hello Good Morning, I am working beacon detect code i phase one problem code automatically stop after 30 mins
Copy code
mBeaconManager = BeaconManager.getInstanceForApplication(this);
        mBeaconManager.getBeaconParsers().add(new BeaconParser().setBeaconLayout("m:2-3=0215,i:4-19,i:20-21,i:22-23,p:24-24"));

        mBeaconManager.setEnableScheduledScanJobs(false);
        BeaconManager.setRegionExitPeriod(0);

        mBeaconManager.setBackgroundBetweenScanPeriod(0);
        mBeaconManager.setBackgroundScanPeriod(1100);

        mBeaconManager.bind(this);
above is my code code
😶 11
👈 4
👈🏼 1