From fe60d6aaf08bc26fae40030ebd85af27978b4794 Mon Sep 17 00:00:00 2001 From: cpfeiffer Date: Tue, 8 Dec 2015 23:41:45 +0100 Subject: [PATCH] Avoid popping up the keyboard when entering the debug activity --- app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 7d427d263..8b6ee4050 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -222,7 +222,8 @@ + android:parentActivityName=".activities.ControlCenter" + android:windowSoftInputMode="stateHidden">