Create MobileNetworkSummaryRepository
For MobileNetworkSummaryController to use, so it no longer use MobileNetworkRepository. Fix: 366097262 Flag: EXEMPT refactor Test: manual - on Network & internet Test: atest MobileNetworkSummaryRepositoryTest Change-Id: I8a9d52af8e230fc407a4339c27f73ef79d512b24
This commit is contained in:
@@ -137,7 +137,7 @@ private fun AddSim() {
|
||||
}
|
||||
}
|
||||
|
||||
private fun startAddSimFlow(context: Context) {
|
||||
fun startAddSimFlow(context: Context) {
|
||||
val intent = Intent(EuiccManager.ACTION_PROVISION_EMBEDDED_SUBSCRIPTION)
|
||||
intent.setPackage(Utils.PHONE_PACKAGE_NAME)
|
||||
intent.putExtra(EuiccManager.EXTRA_FORCE_PROVISION, true)
|
||||
|
||||
Reference in New Issue
Block a user