added new developer options (fix for #219)

This commit is contained in:
Philipp Schaefer
2013-05-03 01:02:08 +02:00
parent 039167051e
commit aa7de6f571
7 changed files with 71 additions and 20 deletions

View File

@ -39,6 +39,9 @@
<string name="pref_user_loc">Display user location</string>
<string name="pref_user_loc_sum">Show users position on map</string>
<string name="pref_developer_options">Developer options</string>
<string name="pref_enable_dev_options">Enable developer options</string>
<string name="pref_enable_dev_options_sum">If enabled, all IITC sources will be loaded from external storage of the Android device.
Please copy all sources from $IITC_folder/build/mobile/ to /sdcard/IITC_Mobile/dev/.</string>
<string name="pref_select_iitc">IITC source</string>
</resources>