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

Commit 4f205550 authored by Clown SHEN's avatar Clown SHEN Committed by android-build-merger
Browse files

Merge "Launch WfcActivation with subscription ID" am: bd57f94a

am: 74fe4a91

Change-Id: Ib61988a9f84ed10d4ac0d6b1a0d8b7d4f8897224
parents b7d0d2cf 74fe4a91
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -398,6 +398,7 @@ public class WifiCallingSettingsForSub extends SettingsPreferenceFragment
        // Build and return intent
        Intent intent = new Intent();
        intent.setComponent(componentName);
        intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, mSubId);
        return intent;
    }