Merge "Launch WfcActivation with subscription ID"

This commit is contained in:
Clown SHEN
2018-11-07 07:09:27 +00:00
committed by Gerrit Code Review

View File

@@ -398,6 +398,7 @@ public class WifiCallingSettingsForSub extends SettingsPreferenceFragment
// Build and return intent // Build and return intent
Intent intent = new Intent(); Intent intent = new Intent();
intent.setComponent(componentName); intent.setComponent(componentName);
intent.putExtra(SubscriptionManager.EXTRA_SUBSCRIPTION_INDEX, mSubId);
return intent; return intent;
} }