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

Commit 98ce7a1a 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

am: 4f205550

Change-Id: I326052d639276b89859770fbe110a73f80c4a9fc
parents 7d704c87 4f205550
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -401,6 +401,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;
    }