Merge "Launch WfcActivation with subscription ID" am: bd57f94a4c

am: 74fe4a9177

Change-Id: Ib61988a9f84ed10d4ac0d6b1a0d8b7d4f8897224
This commit is contained in:
Clown SHEN
2018-11-06 23:35:41 -08:00
committed by android-build-merger

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