diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-12 22:28:11 +0200 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-09-12 22:28:11 +0200 |
commit | 6123bc1e237936a3ad4c8bcfc48e49e004f09975 (patch) | |
tree | 13fd06ece8e9972b320fa21c6b29d802e84cf2ac /default.properties | |
download | BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.zip BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.gz BlueGPS-6123bc1e237936a3ad4c8bcfc48e49e004f09975.tar.bz2 |
An application for using an external bluetooth GPS on Android devices.BlueGPS4Droid_1.2.0BlueGPS4Droid_1.0
The application starts a service, then connects to a Bluetooth device (NMEA GPS) and creates a mock GPS provider which can be used to replace the internal GPS.
It's also possible to log the external GPS NMEA data in a file on the device.
Diffstat (limited to 'default.properties')
-rw-r--r-- | default.properties | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default.properties b/default.properties new file mode 100644 index 0000000..dbf05f2 --- /dev/null +++ b/default.properties @@ -0,0 +1,11 @@ +# This file is automatically generated by Android Tools. +# Do not modify this file -- YOUR CHANGES WILL BE ERASED! +# +# This file must be checked in Version Control Systems. +# +# To customize properties used by the Ant build system use, +# "build.properties", and override values to adapt the script to your +# project structure. + +# Project target. +target=android-5 |