Add stateAlwaysHidden to keep soft keyboard away
authorsrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 20 Sep 2010 07:04:32 +0000 (07:04 +0000)
committersrowen <srowen@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Mon, 20 Sep 2010 07:04:32 +0000 (07:04 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@1597 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml

index 74388e3..c789973 100755 (executable)
@@ -41,7 +41,8 @@ versionName is 2.31, 2.4, or 3.0. -->
     <activity android:name=".CaptureActivity"
               android:screenOrientation="landscape"
               android:configChanges="orientation|keyboardHidden"
-              android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
+              android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
+              android:windowSoftInputMode="stateAlwaysHidden">
       <intent-filter>
         <action android:name="android.intent.action.MAIN"/>
         <category android:name="android.intent.category.LAUNCHER"/>