summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorBrandon Maxwell <maxwelb@google.com>2016-09-26 12:37:29 -0700
committerBrandon Maxwell <maxwelb@google.com>2016-09-26 12:37:29 -0700
commit7457ef708e5a83657dd5db0d98acba9726e909e4 (patch)
tree369174392efa49cc2ac86764bea5f608c21a623c /AndroidManifest.xml
parent5b66abc878ef718e8c7ed42ac8385bcf15bd4504 (diff)
Fixing regression in AOSP CallDetails
A regression was introduced which caused the back arrow in the AOSP CallDetailsActivity to not work properly. This CL merges an external contribution (http://pagit/626605) that fixes the issue by setting the parentActivityName appropriately. Bug:30004436 Change-Id: I238ff71f3f7e618d5adc972c50012b13f3753f40
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index babd271a1..6528fdb4a 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"/>