forked from organicmaps/organicmaps
[android] Enabled debugging support
This commit is contained in:
parent
3041d7336e
commit
e6cf77512c
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
<uses-sdk android:minSdkVersion="7" />
|
||||
<uses-feature android:glEsVersion="0x00010001" />
|
||||
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name">
|
||||
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
|
||||
<activity android:name=".MWMActivity"
|
||||
android:label="@string/app_name">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Reference in a new issue