forked from organicmaps/organicmaps-tmp
[android] Removed android:debuggable attribute as it's automatically added by sdk tools
This commit is contained in:
parent
d587f24921
commit
56ef9a9411
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
<supports-screen android:largeScreens="true"/>
|
||||
|
||||
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:debuggable="true">
|
||||
<application android:icon="@drawable/ic_launcher" android:label="@string/app_name">
|
||||
<activity android:name=".MWMActivity"
|
||||
android:label="@string/app_name"
|
||||
android:screenOrientation="behind"
|
||||
|
|
Loading…
Add table
Reference in a new issue