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

Commit bd57f94a authored by Clown SHEN's avatar Clown SHEN Committed by Gerrit Code Review
Browse files

Merge "Launch WfcActivation with subscription ID"

parents 8b16aba0 95f8c6e9
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;
    }