Remove the android:debuggable attribute. This attribute will be automatically set correctly when one does a release build from eclipse.

This commit is contained in:
Kevin Ruland 2012-05-22 19:13:12 +00:00
parent 52dff3a511
commit 6185091ee1

View File

@ -13,7 +13,6 @@
<application
android:name=".android.Application"
android:debuggable="false"
android:icon="@drawable/or_launcher"
android:killAfterRestore="true"
android:label="@string/app_name"