Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to remove residual image files left from the legacy SDK versions #804

Merged
merged 3 commits into from
Oct 20, 2022

Conversation

zihejia
Copy link
Collaborator

@zihejia zihejia commented Oct 20, 2022

This PR will enable the following feature:

In your AndroidManifest.xml, set RemoveLegacyResidualFiles to true if you want to let Mixpanel remove residual files from legacy versions such as images produced by deprecated Messages and Experiment features(version 5.x and older). Defaults to false if you don't set it.

        <meta-data android:name="com.mixpanel.android.MPConfig.RemoveLegacyResidualFiles"
            android:value="true" />

Copy link
Collaborator

@jaredmixpanel jaredmixpanel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@zihejia zihejia merged commit f258727 into master Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants