Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3935c60f authored by Aman Gupta's avatar Aman Gupta Committed by Android (Google) Code Review
Browse files

Merge "Replacing the null check with TextUtils isEmpty function check. This...

Merge "Replacing the null check with TextUtils isEmpty function check. This will also take care of empty string." into tm-dev
parents 6c2d03f6 a6ae7e79
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1873,7 +1873,7 @@ public class EuiccController extends IEuiccController.Stub {
                if (portInfo.isActive()) {
                    // A port is available if it has no profiles enabled on it or calling app has
                    // Carrier privilege over the profile installed on the selected port.
                    if (portInfo.getIccId() == null) {
                    if (TextUtils.isEmpty(portInfo.getIccId())) {
                        return true;
                    }
                    UiccPort uiccPort =