From b1e60b4e2f045e2d9e5931871940dc0e1e746f0f Mon Sep 17 00:00:00 2001 From: "de@itstall.de" <de@itstall.de> Date: Wed, 1 Apr 2020 14:42:25 +0200 Subject: [PATCH] Added maps key --- app/src/debug/res/values/google_maps_api.xml | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/src/debug/res/values/google_maps_api.xml diff --git a/app/src/debug/res/values/google_maps_api.xml b/app/src/debug/res/values/google_maps_api.xml new file mode 100644 index 0000000..735d994 --- /dev/null +++ b/app/src/debug/res/values/google_maps_api.xml @@ -0,0 +1,24 @@ +<resources> + <!-- + TODO: Before you run your application, you need a Google Maps API key. + + To get one, follow this link, follow the directions and press "Create" at the end: + + https://console.developers.google.com/flows/enableapi?apiid=maps_android_backend&keyType=CLIENT_SIDE_ANDROID&r=92:2A:40:8C:9F:87:1A:D4:3D:8E:71:CF:73:3C:0E:52:00:9E:BD:14%3Bde.itstall.freifunkfranken.view + + You can also add your credentials to an existing key, using these values: + + Package name: + de.itstall.freifunkfranken.view + + SHA-1 certificate fingerprint: + 92:2A:40:8C:9F:87:1A:D4:3D:8E:71:CF:73:3C:0E:52:00:9E:BD:14 + + Alternatively, follow the directions here: + https://developers.google.com/maps/documentation/android/start#get-key + + Once you have your key (it starts with "AIza"), replace the "google_maps_key" + string in this file. + --> + <string name="google_maps_key" templateMergeStrategy="preserve" translatable="false">AIzaSyAoKn-UIraBNymIRm1NUX_tpOMYDLcTROw</string> +</resources> -- GitLab