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 0000000000000000000000000000000000000000..735d994b54ce34987405999264a133a42143202f --- /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>