1
0
mirror of https://github.com/bspeice/itcs4180 synced 2025-07-03 06:45:15 -04:00

Added dialogs to check if GPS is enabled and zxing is installed.

Added string resources.
This commit is contained in:
tokugawa
2014-04-19 17:31:33 -04:00
parent 496fd2c9fc
commit d8b067b9fa
2 changed files with 69 additions and 17 deletions

View File

@ -15,5 +15,10 @@
<string name="found_text">Location Found!</string>
<string name="see_more_text">More Location Information</string>
<string name="try_more_button">Try Another Location</string>
<string name="gps_disabled_message">GPS must be enabled to use the compass.Would you like to enable it now?</string>
<string name="zxing_missing_message">zxing Barcode Scanner must be installed to scan QR codes. Would you like to install it now?</string>
<string name="zxing_market_uri">market://details?id=com.google.zxing.client.android</string>
<string name="dialog_ok_text">OK</string>
<string name="dialog_cancel_text">Cancel</string>
</resources>