Skip to content

Commit

Permalink
Merge pull request petermetz#217 from Ritzlgrmft/patch-1
Browse files Browse the repository at this point in the history
Update FAQ.md
  • Loading branch information
petermetz committed Apr 4, 2016
2 parents 0bba495 + b4ba3fe commit 4d9aca1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ Enable the debug logging and inspect the console logs of your device through XCo
### I would like to customise how frequently the AltBeacon library scans for proximity devices (beacons). How do I do that?

Introduce an Android specific preference in your config.xml, something like this:

<preference name="com.unarin.cordova.beacon.android.altbeacon.ForegroundBetweenScanPeriod" value="5000" />

This will ensure that the AltBeacon library will wait five seconds in-between foreground scans.
The default is 0 for the mentioned configuration value.

Expand Down

0 comments on commit 4d9aca1

Please sign in to comment.