From 019713e2b85ff6868c7a77f556b03702d5d07cb0 Mon Sep 17 00:00:00 2001 From: Nancy Chen Date: Mon, 6 Jul 2015 18:25:24 -0700 Subject: Go to recents tab instead of CallLogActivity for call views. Use the DialtactsActivity instead of CallLogActivity when accepting ACTION_VIEW intents for the "calls" mime type. Also remove an unused method in CallLogFragment. Bug: 22266705 Change-Id: I1bf089901b1a5f9534c9f7a8484c12e535a87749 --- AndroidManifest.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'AndroidManifest.xml') diff --git a/AndroidManifest.xml b/AndroidManifest.xml index cf6935867..2b0447de7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -112,6 +112,12 @@ + + + + + + @@ -145,12 +151,6 @@ android:label="@string/call_log_activity_title" android:theme="@style/DialtactsThemeWithoutActionBarOverlay" android:icon="@mipmap/ic_launcher_phone"> - - - - - -