summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-09-10 10:13:04 -0700
committerYorke Lee <yorkelee@google.com>2013-09-10 10:13:04 -0700
commitd89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d (patch)
tree4cf83210e45cb7fb7fbd7c908edaed0f7dde7e11 /AndroidManifest.xml
parent35156fc2af67e8f5f1ce6893024d3970134bc26f (diff)
downloadandroid_packages_apps_Dialer-d89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d.tar.gz
android_packages_apps_Dialer-d89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d.tar.bz2
android_packages_apps_Dialer-d89b25d5dd4d7aff5d6512835d3b04a1a36e5c2d.zip
Fix copy and paste menu
Bug: 10514458 Change-Id: Ic150bd3b3905eaa99cb380add10123891d50447d
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 72e41dcab..542ddd94e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -63,7 +63,6 @@
<activity android:name=".DialtactsActivity"
android:label="@string/launcherDialer"
android:theme="@style/DialtactsTheme"
- android:uiOptions="splitActionBarWhenNarrow"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"
@@ -121,7 +120,7 @@
<activity android:name="com.android.dialer.calllog.CallLogActivity"
android:label="@string/call_log_activity_title"
- android:theme="@style/DialtactsTheme"
+ android:theme="@style/CallLogActivityTheme"
android:screenOrientation="portrait"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>