Skip to content

Instantly share code, notes, and snippets.

@jonromero
Created June 21, 2011 12:32
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 jonromero/1037754 to your computer and use it in GitHub Desktop.
Save jonromero/1037754 to your computer and use it in GitHub Desktop.
BugSense android widget
public void onEnabled(Context context) {
super.onEnabled(context);
BugSenseHandler.setup(context, YOUR_API_KEY);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment