Skip to content

Commit

Permalink
Debuggable = false
Browse files Browse the repository at this point in the history
  • Loading branch information
Hussein Maher committed Aug 2, 2011
1 parent acf4645 commit 67cebac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="7" android:versionName="1.5">
<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=".QuranActivity" android:label="@string/app_name" android:configChanges="keyboardHidden|orientation">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down

0 comments on commit 67cebac

Please sign in to comment.