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
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5a645a0..261f2cc 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"