mFilterIt Uninstall Tracking
This guide details the steps to integrate the MFilterIt Uninstall tracking into an Android App.
Getting Started
Uninstall Tracking Integration
<!--firebase cloud messaging tags start-->
<service android:name=".MyFirebaseMessagingService">
<intent-filter>
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<meta-data
android:name="firebase_analytics_collection_enabled"
android:value="false" />
<!--firebase cloud messaging tags end-->Last updated