summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-09-27 02:29:31 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-09-27 02:29:31 +0000
commit4ecd8a2949594cbc36140c95479c66471c3575df (patch)
tree23e20d44237bc946046de2eb9cf5cdb947ff9882
parent667587e457a94daa450e76d468b3379fe4b6a3f6 (diff)
parentf6593a4e7bcf504c0543a4e3f04b81e531c5eadd (diff)
Fixing regression in AOSP CallDetails am: 7457ef708e am: 7f91cbaac9
am: f6593a4e7b Change-Id: I7d5f8c1f72111a3d0067e3c286ee532262c724d1
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 203828f66..d83080376 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -171,6 +171,7 @@
<activity android:name="com.android.dialer.CallDetailActivity"
android:label="@string/callDetailTitle"
android:theme="@style/CallDetailActivityTheme"
+ android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
android:icon="@mipmap/ic_launcher_phone">
<intent-filter>
<action android:name="android.intent.action.VIEW"/>