Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify parent activity in manifest #961

Closed
daniele-athome opened this issue Feb 20, 2017 · 0 comments
Closed

Specify parent activity in manifest #961

daniele-athome opened this issue Feb 20, 2017 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@daniele-athome
Copy link
Member

daniele-athome commented Feb 20, 2017

https://developer.android.com/training/implementing-navigation/ancestral.html

This should also make the manual call to start the parent activity obsolete, however we'll still need to call NavUtils.navigateUpFromSameTask(this).

Be careful with using up navigation in tablets.

Also add FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET (and FLAG_ACTIVITY_NEW_DOCUMENT) to intents launching external apps.

@daniele-athome daniele-athome added the enhancement New feature or request label Feb 20, 2017
@daniele-athome daniele-athome added this to the 4.0.1 milestone Feb 20, 2017
@daniele-athome daniele-athome self-assigned this Feb 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant