Merge "Merge intent extra to deep link intent target for large screen devices" into sc-v2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4223ee98ea
@@ -213,6 +213,9 @@ public class SettingsHomepageActivity extends FragmentActivity implements
|
||||
|
||||
targetIntent.setFlags(targetIntent.getFlags() & ~Intent.FLAG_ACTIVITY_NEW_TASK);
|
||||
|
||||
// Sender of intent may want to send intent extra data to the destination of targetIntent.
|
||||
targetIntent.replaceExtras(intent);
|
||||
|
||||
targetIntent.putExtra(EXTRA_IS_FROM_SETTINGS_HOMEPAGE, true);
|
||||
|
||||
// Set 2-pane pair rule for the deep link page.
|
||||
|
Reference in New Issue
Block a user