Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
integrated plugin
  • Loading branch information
JRM13027 committed Jan 16, 2019
1 parent 4fc4e1f commit 3246702
Show file tree
Hide file tree
Showing 56 changed files with 650 additions and 13 deletions.
Binary file modified Mobile Application/.DS_Store
Binary file not shown.
13 changes: 11 additions & 2 deletions Mobile Application/GPS_Walking/config.xml
Expand Up @@ -82,7 +82,16 @@
<plugin name="cordova-plugin-splashscreen" spec="5.0.2" />
<plugin name="cordova-plugin-ionic-webview" spec="^2.0.0" />
<plugin name="cordova-plugin-ionic-keyboard" spec="^2.0.5" />
<plugin name="cordova-background-geolocation" spec="https://github.com/transistorsoft/cordova-background-geolocation.git" />
<engine name="ios" spec="4.5.5" />
<plugin name="cordova-background-geolocation" spec="https://github.com/transistorsoft/cordova-background-geolocation.git">
<variable name="LICENSE" value="17948417ca43977cf2f6f458b61523b26492c7c11f3a67f92a8398643f665e1a" />
<variable name="GOOGLE_API_VERSION" value="16.0.0" />
<variable name="APPCOMPAT_VERSION" value="27.1.1" />
<variable name="BACKGROUND_MODE_LOCATION" value="&lt;string&gt;location&lt;/string&gt;" />
<variable name="LOCATION_ALWAYS_AND_WHEN_IN_USE_USAGE_DESCRIPTION" value="Always use is required for constant background location-tracking" />
<variable name="LOCATION_ALWAYS_USAGE_DESCRIPTION" value="Background location-tracking is required" />
<variable name="LOCATION_WHEN_IN_USE_USAGE_DESCRIPTION" value="Background location-tracking is required" />
<variable name="MOTION_USAGE_DESCRIPTION" value="Using the accelerometer increases battery-efficiency by intelligently toggling location-tracking only when the device is detected to be moving" />
</plugin>
<engine name="android" spec="7.1.4" />
<engine name="ios" spec="4.5.5" />
</widget>

0 comments on commit 3246702

Please sign in to comment.