Merge "Launch WfcActivation with subscription ID" am: bd57f94a4c am: 74fe4a9177

am: 4f2055500a

Change-Id: I326052d639276b89859770fbe110a73f80c4a9fc
This commit is contained in:
Clown SHEN
2018-11-06 23:39:50 -08:00
committed by android-build-merger

View File

@@ -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;
}