summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-08-13 15:26:53 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-13 15:26:53 +0000
commit21d3bd2d697671c7d0259b0e2f96e617475716d5 (patch)
tree06164b3b1a291821965938028c7202a9a91c6768
parent0c5abc981467c7062a5f83d78b67b7b9c3e3f70c (diff)
parentec239ed1814d97037bf17f68f887fbdcef22e75d (diff)
downloadpackages_apps_Dialer-21d3bd2d697671c7d0259b0e2f96e617475716d5.tar.gz
packages_apps_Dialer-21d3bd2d697671c7d0259b0e2f96e617475716d5.tar.bz2
packages_apps_Dialer-21d3bd2d697671c7d0259b0e2f96e617475716d5.zip
am ec239ed1: am d94b24bc: Merge "Consolidate CallSubject history and dialog." into mnc-dr-dev
* commit 'ec239ed1814d97037bf17f68f887fbdcef22e75d': Consolidate CallSubject history and dialog.
-rw-r--r--AndroidManifest.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 2bf47071f..4055b4441 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -174,8 +174,9 @@
</intent-filter>
</activity>
- <activity android:name="com.android.contacts.common.dialog.CallSubjectHistory"
- android:theme="@style/Theme.CallSubjectSelector">
+ <activity android:name="com.android.contacts.common.dialog.CallSubjectDialog"
+ android:theme="@style/Theme.CallSubjectDialogTheme"
+ android:windowSoftInputMode="stateVisible|adjustResize">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>
</intent-filter>