docs(background-geolocation): add notice (#534)

This commit is contained in:
Jay Cambron 2016-09-19 18:00:58 -04:00 committed by Ibrahim Hadeed
parent 505ff189d9
commit a28667e751

View File

@ -168,7 +168,8 @@ export interface Config {
*
* // When device is ready :
* platform.ready().then(() => {
*
* // IMPORTANT: BackgroundGeolocation must be called within app.ts and or before Geolocation. Otherwise the platform will not ask you for background tracking permission.
*
* // BackgroundGeolocation is highly configurable. See platform specific configuration options
* let config = {
* desiredAccuracy: 10,