diff options
author | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-12-10 15:28:21 +0100 |
---|---|---|
committer | Herbert von Broeuschmeul <Herbert.Broeuschmeul@gmail.com> | 2010-12-10 15:28:21 +0100 |
commit | 32d56e4b7e9a9f9e75d409bbc5b4b21c717cfd6e (patch) | |
tree | 9cb0f8eeba6a233587422bc13f85ad1ae28ea8c1 /res | |
parent | bd748febe9d051c6cf6b1c0376ca89f11842e94f (diff) | |
download | BlueGPS-32d56e4b7e9a9f9e75d409bbc5b4b21c717cfd6e.zip BlueGPS-32d56e4b7e9a9f9e75d409bbc5b4b21c717cfd6e.tar.gz BlueGPS-32d56e4b7e9a9f9e75d409bbc5b4b21c717cfd6e.tar.bz2 |
error correction
android SDK 2.3 has changed the way strings with parameters are managed and so the code didn't compile anymore:
http://code.google.com/p/android/issues/detail?id=13036
Diffstat (limited to 'res')
-rw-r--r-- | res/values/constants.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/constants.xml b/res/values/constants.xml index 992fb83..2cd9360 100644 --- a/res/values/constants.xml +++ b/res/values/constants.xml @@ -74,7 +74,7 @@ <string name="sirf_bin_static_nav_off">8F00</string>
<string name="sirf_bin_to_nmea">8702</string>
<string name="sirf_bin_to_nmea_38400">810201010001050105010001000100010001000100019600</string>
- <string name="sirf_bin_to_nmea_38400_alt">8102%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X0100019600</string>
+ <string name="sirf_bin_to_nmea_38400_alt" formatted="false">8102%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X01%02X0100019600</string>
<string name="sirf_bin_dgps_ext_on">85020000000000</string>
<string name="sirf_bin_dgps_sbas_on">85010000000000</string>
<string name="sirf_software_version">8400</string>
|