fix mvno_match_data OutOfBounds Exception
When the length of mvno_match_data is greater than GID from IccRecord, it will generate StringIndexOutOfBoundsException. Threrefore, codes are changed to use startsWith() instead of subString(). Bug: 10171336 Change-Id: I827b1d3b861d74e736875bbec1ba5bd28c6c3941
Loading
Please register or sign in to comment