From b2c4f2402b0740c072df13509c333f80ef2e88c8 Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 18 Jun 2016 11:52:12 -0400 Subject: Set debuggable to false --- src/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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"> -- cgit v1.2.3