diff options
author | pommicket <leonardomtenenbaum@gmail.com> | 2016-06-18 11:52:12 -0400 |
---|---|---|
committer | pommicket <leonardomtenenbaum@gmail.com> | 2016-06-18 11:52:12 -0400 |
commit | b2c4f2402b0740c072df13509c333f80ef2e88c8 (patch) | |
tree | a5cf5f64065401fec2a9d68575272ce63d57275a /src | |
parent | 3f90165f788dfabc17bab1bcab5d424faeb5ce41 (diff) |
Set debuggable to false
Diffstat (limited to 'src')
-rw-r--r-- | src/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/AndroidManifest.xml b/src/AndroidManifest.xml index d5e70f0..7997012 100644 --- a/src/AndroidManifest.xml +++ b/src/AndroidManifest.xml @@ -7,7 +7,8 @@ android:icon="@mipmap/icon" android:label="@string/app_name" android:supportsRtl="true" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:debuggable="false"> <activity android:name=".AutoArt" > <intent-filter> <action android:name="android.intent.action.MAIN" /> |