forked from organicmaps/organicmaps
[android] Fixed bug when debug and production APKs can’t be installed simultaneously.
This commit is contained in:
parent
71c668a49b
commit
9114556ba7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue