From 18240e6ebc70fdc1150c1808bad6e6890a4e45ca Mon Sep 17 00:00:00 2001 From: Aurimas Liutikas Date: Wed, 8 Jun 2016 17:09:26 -0700 Subject: [PATCH] Correct parentActivity example in Activity Element docs. Bug: https://code.google.com/p/android/issues/detail?id=74474 Change-Id: I09d07a69d6aa0087e60443ed819541e979012948 (cherry picked from commit 0b54c6c74a28d7c96ffef80baaa0ddb6b9881ff9) --- docs/html/guide/topics/manifest/activity-element.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/guide/topics/manifest/activity-element.jd b/docs/html/guide/topics/manifest/activity-element.jd index 3b703a5cc3977..a75e23118e5bd 100644 --- a/docs/html/guide/topics/manifest/activity-element.jd +++ b/docs/html/guide/topics/manifest/activity-element.jd @@ -714,7 +714,7 @@ For example:

<activity android:name="com.example.app.ChildActivity" android:label="@string/title_child_activity" - android:parentActivityName="com.example.myfirstapp.MainActivity" > + android:parentActivityName="com.example.app.MainActivity" > <!-- Parent activity meta-data to support API level 4+ --> <meta-data android:name="android.support.PARENT_ACTIVITY"