Skip to content

Instantly share code, notes, and snippets.

@briansalvattore
Created February 3, 2016 23:42
Show Gist options
  • Save briansalvattore/19d081cdb9f19947c53d to your computer and use it in GitHub Desktop.
Save briansalvattore/19d081cdb9f19947c53d to your computer and use it in GitHub Desktop.
private static final int POS_AUTHORIZATION = 1554;
Intent intent = getPackageManager().getLaunchIntentForPackage("com.kony.mydream.visanet.peru");
intent.putExtra("MONEY", 0.5f);
intent.putExtra("EMAIL", "[email protected]");
startActivityForResult(intent, POS_AUTHORIZATION);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment