blob: 16a82c7677ee4e51bbe720905c85f44956ab114f [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="p1">
<application>
<activity android:name=".p2.MyActivity1"/>
<activity
android:name=".ChildActivity"
android:label="@string/title_activity_child"
android:parentActivityName=".p2.MyActivity1" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value=".p2.MyActivity1" />
</activity>
</application>
</manifest>