aboutsummaryrefslogtreecommitdiffstats
path: root/apps/SdkController/SdkControllerApp/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SdkController/SdkControllerApp/AndroidManifest.xml')
-rwxr-xr-xapps/SdkController/SdkControllerApp/AndroidManifest.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/SdkController/SdkControllerApp/AndroidManifest.xml b/apps/SdkController/SdkControllerApp/AndroidManifest.xml
index 6d690cd..dda070f 100755
--- a/apps/SdkController/SdkControllerApp/AndroidManifest.xml
+++ b/apps/SdkController/SdkControllerApp/AndroidManifest.xml
@@ -26,12 +26,15 @@
<activity
android:name=".activities.SensorActivity"
- android:launchMode="singleInstance" />
+ android:launchMode="singleInstance"
+ android:windowSoftInputMode="stateUnchanged"/>
<activity
android:name=".activities.MultiTouchActivity"
android:launchMode="singleInstance"
- android:screenOrientation="portrait" android:theme="@style/Theme.MultiTouch"/>
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.MultiTouch"
+ android:windowSoftInputMode="stateHidden"/>
<service
android:name=".service.ControllerService"