Last active
February 6, 2018 00:15
-
-
Save andreban/c2e38ea4eecbfbf54adda80988506e58 to your computer and use it in GitHub Desktop.
Setting Referer on CCT
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.putExtra(Intent.EXTRA_REFERRER, | |
| Uri.parse("android-app://" + context.getPackageName())); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Intent.URI_ANDROID_APP_SCHEME = 1<<1
Might want to just write "android-app:".