Created
February 3, 2016 23:42
-
-
Save briansalvattore/19d081cdb9f19947c53d to your computer and use it in GitHub Desktop.
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
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