Don't immediately show keyboard in edit screen
UX thinks showing the soft keyboard immediately in the edit
Activity is annoying. You probably aren't going to want to edit
the first field in the Activity.
I'll need to cherry this to Google Contacts.
Change-Id: I1a040e12478c7d2e4e686d06f0e66fd4b7738a94
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e2697fb..f145ac1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -333,7 +333,7 @@
<activity
android:name=".activities.ContactEditorActivity"
android:theme="@style/EditorActivityTheme"
- android:windowSoftInputMode="adjustResize">
+ android:windowSoftInputMode="stateHidden|adjustResize">
<intent-filter android:label="@string/editContactDescription">
<action android:name="android.intent.action.EDIT" />