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>2015-07-23 17:23:56 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:57:38 +0300
commit2ce9cde011e2d0ce7ed9364e6e7df6f753bb073c (patch)
tree5b0df5140c4989039d563e8314858e698595251c /android/AndroidManifest.xml
parent27a127bcfce06b0c96f83a0670c5f3e8c2a00d80 (diff)
[android] Cleaned code and old mrgs trash.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 80240fef03..eac4576e55 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -7,9 +7,6 @@
android:sharedUserId="com.mapswithme"
android:sharedUserLabel="@string/shared_user_label">
- <uses-sdk
- android:minSdkVersion="9"/>
-
<uses-feature
android:glEsVersion="0x00020000"
android:required="true"/>
@@ -274,7 +271,7 @@
android:exported="false">
</service>
- <!-- our custom receiver, that will call MRGS & Aloha handlers -->
+ <!-- our custom receiver, that will call Aloha & other handlers -->
<receiver
android:name="com.mapswithme.util.MultipleTrackerReferrerReceiver"
android:exported="true">