[android] Fixed bug when debug and production APKs can’t be installed simultaneously.

This commit is contained in:
Alex Zolotarev 2015-02-20 19:44:54 +03:00
parent 71c668a49b
commit 9114556ba7

View file

@ -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"