[android] Removed android:debuggable attribute as it's automatically added by sdk tools

This commit is contained in:
Alex Zolotarev 2011-12-28 03:03:57 +03:00 committed by Alex Zolotarev
parent d587f24921
commit 56ef9a9411

View file

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