-
-
Save FilHazer/f0ae1d4b8262bcd61b92 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- add permissions for map --> | |
<uses-permission android:name="com.example.permission.MAPS_RECEIVE"/> | |
<application | |
... | |
<!-- add meta-data for map --> | |
<meta-data | |
android:name="com.google.android.maps.v2.API_KEY" | |
android:value="@string/google_maps_key" /> | |
</application> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment