summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAmith Yamasani <yamasani@google.com>2011-11-01 16:47:37 -0700
committerAmith Yamasani <yamasani@google.com>2011-11-01 16:47:37 -0700
commit68bbfac574fc9494fbcb5302863cf69e7a6c6ea1 (patch)
tree4fe4de735b9203d71df004f65499e907624d39f3 /AndroidManifest.xml
parent7ef2981ab9ad32a6818b36cefbd39f070ba708ed (diff)
downloadandroid_packages_apps_Calendar-68bbfac574fc9494fbcb5302863cf69e7a6c6ea1.tar.gz
android_packages_apps_Calendar-68bbfac574fc9494fbcb5302863cf69e7a6c6ea1.tar.bz2
android_packages_apps_Calendar-68bbfac574fc9494fbcb5302863cf69e7a6c6ea1.zip
Don't show the keyboard on entry, even if a text field has focus.
This prevents the keyboard from showing up in the SearchActivity when changing orientation. The suggestions dropdown still flickers. That part is under investigation. Bug: 5383141 Change-Id: I2f918b9ea09dd9e0aea7e8ec477a6dd682ee3fa3
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 12d47851..e60b78a4 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -140,6 +140,7 @@
<activity android:name="SearchActivity" android:label="@string/search_title"
android:launchMode="singleTop" android:theme="@style/CalendarTheme.WithActionBar"
+ android:windowSoftInputMode="stateAlwaysHidden"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.SEARCH"/>