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

[Help] Flurry upload unwanted data to server #1

Description

@panq-jack

By using this demo, I found Flurry initialization with sending some data which is not intentional to server.
here are the steps:

  1. clone this repo and build.
  2. 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") })
  3. then open the app and execute the activity jump
  4. 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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions