Fix for MAT INSTALL_REFERRER events.

This commit is contained in:
Dmitry Yunitsky 2014-12-19 16:44:18 +03:00 committed by Alex Zolotarev
parent 814526cd19
commit a05827e3e4

View file

@ -257,6 +257,13 @@
android:enabled="true"/>
<service android:name="com.google.android.gms.analytics.CampaignTrackingService"/>
<!-- MRGS -->
<receiver
android:name="com.mobileapptracker.Tracker"
android:exported="true">
<intent-filter>
<action android:name="com.android.vending.INSTALL_REFERRER"/>
</intent-filter>
</receiver>
</application>