summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-10-07 17:46:25 -0700
committerChiao Cheng <chiaocheng@google.com>2013-10-08 14:49:34 -0700
commitadb742ca30da01a3f09be5551f0844f170eaa5d8 (patch)
treef4882f3a4947cb5a24a48e65e8fe88bd761f1dda /AndroidManifest.xml
parent524bc0b58afabd947cfaa4c13c28fa9660f398da (diff)
Do not use implicit intent to up nav to call log.
Implemented according to developer docs: http://developer.android.com/training/implementing-navigation/ancestral.html Bug: 11116403 Change-Id: I02dd4900fbda921ddeaaa2a1ac8fa780152dc6ec
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 99602f66e..7d7218b72 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -142,6 +142,7 @@
android:theme="@style/CallDetailActivityTheme"
android:screenOrientation="portrait"
android:icon="@mipmap/ic_launcher_phone"
+ android:parentActivityName="com.android.dialer.calllog.CallLogActivity"
>
<intent-filter>
<action android:name="android.intent.action.VIEW"/>