v5.8.3
Fixes
- Remove unused intent filter from activity
- Fix routing activity bug that made a push action to be repeated when the app was open again
Features
- Add option to disable automatic flushing when the app goes into the background. Add the following to you
<application>
tag on yourAndroidManifest.xml
if you don't want the SDK to automatically flush its queues when the app goes into the background:
<meta-data android:name="com.mixpanel.android.MPConfig.FlushOnBackground"
android:value="false" /