forked from organicmaps/organicmaps
Fix for MAT INSTALL_REFERRER events.
This commit is contained in:
parent
814526cd19
commit
a05827e3e4
1 changed files with 7 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue