Merge "Check if ECBMode when activate SIM card" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
b7d640ef36
@@ -52,7 +52,7 @@ class SubscriptionActivationRepository(
|
||||
Log.i(TAG, "Unable to toggle subscription due to unusable subscription ID.")
|
||||
return
|
||||
}
|
||||
if (!active && isEmergencyCallbackMode(subId)) {
|
||||
if (isEmergencyCallbackMode(subId)) {
|
||||
val intent = Intent(ACTION_SHOW_NOTICE_ECM_BLOCK_OTHERS).apply {
|
||||
setPackage(Utils.PHONE_PACKAGE_NAME)
|
||||
}
|
||||
|
Reference in New Issue
Block a user