Merge "Add extra to the intent for adding additional subscription"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0962a4615f
@@ -116,6 +116,7 @@ public class MobileNetworkSummaryController extends AbstractPreferenceController
|
||||
|
||||
private void startAddSimFlow() {
|
||||
final Intent intent = new Intent(EuiccManager.ACTION_PROVISION_EMBEDDED_SUBSCRIPTION);
|
||||
intent.putExtra(EuiccManager.EXTRA_FORCE_PROVISION, true);
|
||||
mContext.startActivity(intent);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user