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:
authorDmitry Yunitsky <yunik@mapswithme.com>2016-08-02 17:02:14 +0300
committerDmitry Yunitsky <yunik@mapswithme.com>2016-08-02 17:22:16 +0300
commit6a9fecfbfe62b0af6c66ccf6233ae6a9d4df556c (patch)
treee2fdf4bb2624b2211bd2123f627cad4654053606 /android/AndroidManifest.xml
parentb4ea4f028a90a975ed2e13f8b74ad232cee86a2d (diff)
[android] Updated myTracker.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index e4f5359f39..bec1087871 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -333,7 +333,7 @@
<!-- myTracker
IMPORTANT : we DON'T declare myTracker's broadcast receiver for INSTALL_REFERRER intent, cause we catch it in our custom
MultipleTrackerReferrerReceiver and then pass it manually to myTracker's one. -->
- <service android:name="ru.mail.android.mytracker.campaign.CampaignService"/>
+ <service android:name="com.my.tracker.campaign.CampaignService"/>
<!-- Alohalytics -->
<receiver