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

Commit 74fe4a91 authored by Clown SHEN's avatar Clown SHEN Committed by android-build-merger
Browse files

Merge "Launch WfcActivation with subscription ID"

am: bd57f94a

Change-Id: Id76cb09a81158ce069f5200b99c19b1c9840f9f8
parents 27e14db0 bd57f94a
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;
    }