Created
November 17, 2012 14:45
-
-
Save pwntester/4096495 to your computer and use it in GitHub Desktop.
a
This file contains hidden or 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
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