Created
October 3, 2017 09:30
-
-
Save operando/dec40f8fe3b48c177781373e18478c61 to your computer and use it in GitHub Desktop.
Google Playからcom.android.vending.INSTALL_REFERRERで投げられるBroadcastのIntentの中身
This file contains 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
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): Intent { act=com.android.vending.INSTALL_REFERRER flg=0x10 pkg=com.os.operando.takosan cmp=com.os.operando.takosan/.InstallReferrerReceiver (has extras) } | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): key : referrer | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): value : referrer_test | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): key : referrer_timestamp_seconds | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): value : 1507022325 | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): com.android.vending.INSTALL_REFERRER | |
10-03 18:19:15.740 D/InstallReferrerReceiver(28042): com.os.operando.takosan | |
10-03 18:19:15.741 D/InstallReferrerReceiver(28042): referrer : referrer_test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment