diff options
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" /> |