Skip to content

Instantly share code, notes, and snippets.

@igor-brishkoski
Created January 2, 2018 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igor-brishkoski/e91148bcd14ba17aea8176b1c877ec03 to your computer and use it in GitHub Desktop.
Save igor-brishkoski/e91148bcd14ba17aea8176b1c877ec03 to your computer and use it in GitHub Desktop.
AndroidManifest hardcoded value
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
....
//We want to use google maps in our app
<meta-data
android:name="com.google.android.geo.API_KEY"
android:value="kx23x234x4x234kjfd9845n" /> // DON'T HARDCODE THE VALUE
....
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment