summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorHugo Hudson <hugohudson@google.com>2011-08-04 13:34:58 +0100
committerHugo Hudson <hugohudson@google.com>2011-08-04 17:26:47 +0100
commit9778eddf8e028f706dd36c1ae9b3e154f22ca133 (patch)
tree73cf32d6399714f4096be0e661bed8efc10c6ed5 /AndroidManifest.xml
parent70278ed9deaeeb68ce8c27229b2fb92d2d0738ad (diff)
downloadpackages_apps_Contacts-9778eddf8e028f706dd36c1ae9b3e154f22ca133.tar.gz
packages_apps_Contacts-9778eddf8e028f706dd36c1ae9b3e154f22ca133.tar.bz2
packages_apps_Contacts-9778eddf8e028f706dd36c1ae9b3e154f22ca133.zip
CallDetailsActivity action bar stop splitting plx.
- Recent changes to frameworks/base start using action bar setting in manifest to determine split of action bar in portrait nexus s. - We don't want our activity to split the action bar, this fixes it. Bug: 5120168 Change-Id: Ibbc8751a66840b5975698514ef8fb1d05a791e4b
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5a645a080..261f2cc83 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -476,7 +476,6 @@
<activity android:name="CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"
- android:uiOptions="splitActionBarWhenNarrow"
android:screenOrientation="nosensor"
android:icon="@mipmap/ic_launcher_phone"
android:taskAffinity="android.task.contacts.phone"