Skip to content

Instantly share code, notes, and snippets.

@pwntester
Created November 17, 2012 14:45
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 pwntester/4096495 to your computer and use it in GitHub Desktop.
Save pwntester/4096495 to your computer and use it in GitHub Desktop.
a
Intent tokenIntent = new Intent();
tokenIntent.setComponent(new ComponentName("org.owasp.goatdroid.fourgoats","org.owasp.goatdroid.fourgoats.activities.SocialAPIAuthentication"));
startActivityForResult(tokenIntent, STATIC_INTEGER_VALUE);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment