OSDN Git Service

Move internal change 29743 into eclair from eclair-mr2
authorEvan Millar <emillar@google.com>
Mon, 12 Oct 2009 22:09:21 +0000 (15:09 -0700)
committerEvan Millar <emillar@google.com>
Tue, 20 Oct 2009 18:00:45 +0000 (11:00 -0700)
Fixes http://b/viewIssue?id=2176887

Don't show the keyboard when you enter EditContactActivity

AndroidManifest.xml

index 5735306..98b1990 100644 (file)
         <activity
             android:name=".ui.EditContactActivity"
             android:label="@string/editContactDescription"
-            android:windowSoftInputMode="stateVisible|adjustResize">
+            android:windowSoftInputMode="stateHidden|adjustResize">
 
             <intent-filter android:label="@string/editContactDescription">
                 <action android:name="android.intent.action.EDIT" />