turning off debuggable state

svn:r22843
This commit is contained in:
Nathan Freitas 2010-08-09 20:21:47 +00:00
parent 8298e0fb1a
commit abea0b30cd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true">
<application android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="false">
<activity android:name=".Orbot"
android:theme="@android:style/Theme.NoTitleBar"