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:
authorAlex Zolotarev <alex@maps.me>2015-02-20 19:44:54 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-23 02:37:38 +0300
commit9114556ba72ae6e0a92097218fe24b2be984e238 (patch)
tree4dc2a59dbb9c95ae6c193b6235c3b27a3c6bd185 /android/AndroidManifest.xml
parent71c668a49b1b534c8b27a887e90f4c3b425d7c07 (diff)
[android] Fixed bug when debug and production APKs can’t be installed simultaneously.
Diffstat (limited to 'android/AndroidManifest.xml')
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index 2ae8e51ab1..874749d224 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -42,10 +42,10 @@
<uses-permission android:name="com.google.android.c2dm.permission.RECEIVE"/>
<permission
- android:name="com.mapswithme.maps.permission.C2D_MESSAGE"
+ android:name="${applicationId}.permission.C2D_MESSAGE"
android:protectionLevel="signature"/>
- <uses-permission android:name="com.mapswithme.maps.permission.C2D_MESSAGE"/>
+ <uses-permission android:name="${applicationId}.permission.C2D_MESSAGE"/>
<supports-screens
android:largeScreens="true"