Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorАлександр Зацепин <az@mapswithme.com>2017-10-16 13:30:17 +0300
committerRoman Kuznetsov <r.kuznetsow@gmail.com>2017-10-16 13:39:14 +0300
commit197a99e1addd89ff0d8883c1a68ff37801f191f7 (patch)
treef495f0909d6cb73818ff13b3d1e18570c26de412 /android/AndroidManifest.xml
parent3099304dac69f9707c25433bef48eca08c86d56c (diff)
[android][setup]Integrated AppsFlyer sdk
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 611fb21b45..14e6b7d18b 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -415,6 +415,13 @@
<service android:name="com.mapswithme.maps.location.TrackRecorderWakeService"
android:exported="false"/>
+ <receiver
+ android:name="com.appsflyer.MultipleInstallBroadcastReceiver"
+ android:exported="true">
+ <intent-filter>
+ <action android:name="com.android.vending.INSTALL_REFERRER" />
+ </intent-filter>
+ </receiver>
<!-- our custom receiver, that will call Aloha & other handlers -->
<receiver
android:name="com.mapswithme.util.MultipleTrackerReferrerReceiver"