Skip to content

Instantly share code, notes, and snippets.

@c99koder
Created October 31, 2009 18:24
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 c99koder/223172 to your computer and use it in GitHub Desktop.
Save c99koder/223172 to your computer and use it in GitHub Desktop.
package fm.last.android;
public class PrivateAPIKey {
public static final String KEY = "{your API key}";
public static final String SECRET = "{your API secret}";
public static final String ANALYTICS_ID = "";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment