Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22560d82 authored by Arc Wang's avatar Arc Wang Committed by Automerger Merge Worker
Browse files

[Large screen] Set SplitPairRule for DeepLinkHomepageActivity am: 82eeacf2 am: 3a655fd1

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/16183661

Change-Id: I928a9bd19e51585cc5720125e46a0ed34da2c297
parents bdea62f7 3a655fd1
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -109,6 +109,16 @@ public class ActivityEmbeddingRulesController {
                true /* finishSecondaryWithPrimary */,
                clearTop);

        registerTwoPanePairRule(
                context,
                new ComponentName(Utils.SETTINGS_PACKAGE_NAME,
                        SettingsHomepageActivity.ALIAS_DEEP_LINK),
                secondaryComponent,
                secondaryIntentAction,
                true /* finishPrimaryWithSecondary */,
                true /* finishSecondaryWithPrimary */,
                clearTop);

        registerTwoPanePairRule(
                context,
                getComponentName(context, SettingsHomepageActivity.class),