Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-03-19 20:49:52 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:51:54 +0300
commit472367e8888fc2fb2dc69b9ac17319f81f62dce5 (patch)
treecdba37571feb8cf6882a5a3acc0e0bf2837b8c60 /android
parent0f7607d7b51b4e30e6168eabbbc1f810cc3944ba (diff)
Fix the twine handling of the resource.
Diffstat (limited to 'android')
-rw-r--r--android/res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/res/values/strings.xml b/android/res/values/strings.xml
index af59b1acc1..5623cc9af5 100644
--- a/android/res/values/strings.xml
+++ b/android/res/values/strings.xml
@@ -263,5 +263,6 @@
<string name="download_location_country">Download the country (%s) of your current location</string>
<!-- Warning message when viewport country isn't downloaded during search -->
<string name="download_viewport_country_to_search">Download the country (%s) you are searching on</string>
- <string name="flurry_app_key">VVWT8V66YFT8CXFS8F2M</string>
+ <!-- The app key for Flurry; needed in order for the Android library to build properly. -->
+ <string name="flurry_app_key"></string>
</resources>