summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-10 19:14:05 +1100
committerLeith Bade <leith@mapbox.com>2014-12-10 19:14:05 +1100
commit2db8134d20c35e950067797d8ecf45b6d71a37a9 (patch)
tree66c75a266b475e67405fe31a0a357ae98923663a /include
parent69cd7268d783a5e449de38ab40dfe5a28fa76f64 (diff)
downloadqtlocation-mapboxgl-2db8134d20c35e950067797d8ecf45b6d71a37a9.tar.gz
Add Android user-agent info
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/android/jni.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/android/jni.hpp b/include/mbgl/android/jni.hpp
index 31772cf59c..883f691cb2 100644
--- a/include/mbgl/android/jni.hpp
+++ b/include/mbgl/android/jni.hpp
@@ -10,6 +10,7 @@ namespace android {
extern std::string cachePath;
extern std::string dataPath;
extern std::string apkPath;
+extern std::string androidRelease;
extern jmethodID onMapChangedId;
extern jmethodID onFpsChangedId;