You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.
By using this demo, I found Flurry initialization with sending some data which is not intentional to server.
here are the steps:
clone this repo and build.
add activity navigation at someplace, like when clicking a button. activity?.startActivity(Intent(context, TestActivity::class.java).apply { putExtra("flurry_key", "not expect to happen") putExtra("jjjjppppp", "ppppppppjjjjjjj") })
then open the app and execute the activity jump
capture Flurry request
Z{"fl.launch.options.key":"flurry_key","fl.launch.options.values":["not expect to happen"]}�ó�É�������s(0±S�����;ë����T{"fl.launch.options.key":"jjjjppppp","fl.launch.options.values":["ppppppppjjjjjjj"]}
I did not want this info( activity intents ) be uploaded, as it is of security, Could you
help to look into this question?
thanks, contact me if any further questions.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
By using this demo, I found Flurry initialization with sending some data which is not intentional to server.
here are the steps:
activity?.startActivity(Intent(context, TestActivity::class.java).apply { putExtra("flurry_key", "not expect to happen") putExtra("jjjjppppp", "ppppppppjjjjjjj") })
I did not want this info( activity intents ) be uploaded, as it is of security, Could you
help to look into this question?
thanks, contact me if any further questions.
The text was updated successfully, but these errors were encountered: