mixpanel / mixpanel-android

Official Android Tracking Library for Mixpanel Analytics
http://mixpanel.com/
Apache License 2.0
1.02k stars 366 forks source link

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

Closed zihejia closed 1 year ago

zihejia commented 1 year ago

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" />