summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorStephen Bird <sbird@cyngn.com>2016-02-12 14:50:21 -0800
committerStephen Bird <sbird@cyngn.com>2016-04-08 10:18:48 -0700
commitccb0ea8f29e477cbbea4ed39f9be2834556afae2 (patch)
tree4f791009faed53bb98058b625f474fcf4b81d2eb /AndroidManifest.xml
parent19a3ef08f8821dc7bb401e63599e7616c225793e (diff)
downloadandroid_packages_apps_Dialer-ccb0ea8f29e477cbbea4ed39f9be2834556afae2.tar.gz
android_packages_apps_Dialer-ccb0ea8f29e477cbbea4ed39f9be2834556afae2.tar.bz2
android_packages_apps_Dialer-ccb0ea8f29e477cbbea4ed39f9be2834556afae2.zip
Fix multiple issues with regular search credits bar
- The keyboard shows up on the dialpad - The credits bar shows up when it shouldn't (globally) - The credits bar doesn't show up sometimes Change-Id: Ic2e0212b973a336ff0645f23d3354ccbae493f86
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 48eae66fa..684e29a8a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -89,7 +89,7 @@
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
android:enabled="@*android:bool/config_voice_capable"
- android:windowSoftInputMode="adjustResize">
+ android:windowSoftInputMode="stateAlwaysHidden|adjustResize">
<intent-filter>
<action android:name="android.intent.action.DIAL" />
<category android:name="android.intent.category.DEFAULT" />