Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7457ef70 authored by Brandon Maxwell's avatar Brandon Maxwell
Browse files

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
parent 5b66abc8
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -171,6 +171,7 @@
        <activity android:name="com.android.dialer.CallDetailActivity"
        <activity android:name="com.android.dialer.CallDetailActivity"
            android:label="@string/callDetailTitle"
            android:label="@string/callDetailTitle"
            android:theme="@style/CallDetailActivityTheme"
            android:theme="@style/CallDetailActivityTheme"
            android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
            android:icon="@mipmap/ic_launcher_phone">
            android:icon="@mipmap/ic_launcher_phone">
            <intent-filter>
            <intent-filter>
                <action android:name="android.intent.action.VIEW"/>
                <action android:name="android.intent.action.VIEW"/>