Skip to content

Instantly share code, notes, and snippets.

@pbrewczynski
Created April 24, 2013 13:57
Show Gist options
  • Save pbrewczynski/5452319 to your computer and use it in GitHub Desktop.
Save pbrewczynski/5452319 to your computer and use it in GitHub Desktop.
<activity
android:name="pl.twigit.myactivitylifecycle.DisplayMessageActivity"
android:label="@string/title_activity_display_message"
android:parentActivityName="pl.twigit.myactivitylifecycle.MainActivity" >
<meta-data
android:name="android.support.PARENT_ACTIVITY"
android:value="pl.twigit.myactivitylifecycle.MainActivity" />
</activity>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment