This repository was archived by the owner on Mar 15, 2024. It is now read-only.

Description
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.