Release 4.5.3
This release changes the default settings of the library not to send automatic $app_open events on library instantiation. You can enable $app_open events by adding the following to your AndroidManifest.xml file
<meta-data android:name="com.mixpanel.android.MPConfig.DisableAppOpenEvent"
android:value="false" />