summaryrefslogtreecommitdiff
path: root/altosdroid/AndroidManifest.xml.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-10-06 19:29:01 -0700
committerKeith Packard <keithp@keithp.com>2018-10-06 19:48:41 -0700
commitc7b1f3c6722ae59d09a888084075664446ff2768 (patch)
tree29e22924ee5a6ecacad095f4a65b7f69c84eaf70 /altosdroid/AndroidManifest.xml.in
parentfe761eb413430c061b12f6ca8003665e56e20262 (diff)
altoslib: Switch to maps.altusmetrum.org when no google map key is available
The map key is only usable from maps.altusmetrum.org at this point, and that service will be proxying for everyone in the near future. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/AndroidManifest.xml.in')
-rw-r--r--altosdroid/AndroidManifest.xml.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/altosdroid/AndroidManifest.xml.in b/altosdroid/AndroidManifest.xml.in
index 3f17188e..43a0787e 100644
--- a/altosdroid/AndroidManifest.xml.in
+++ b/altosdroid/AndroidManifest.xml.in
@@ -107,8 +107,6 @@
<service android:name=".TelemetryService" />
- <meta-data android:name="com.google.android.maps.v2.API_KEY"
- android:value="@GOOGLEKEY@"/>
<meta-data android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
</application>