Issue: Received invalid Subscriber ID values such as '-1', which caused a...
Issue: Received invalid Subscriber ID values such as '-1', which caused a NullPointerException in the CellularNetworkSecuritySafetySource class. Solution: Added a isValidSubscriptionId check in the GsmCdmaPhone class. This check ensures that a valid Subscriber ID is used when sending the IdentifierDisclosure object to the CellularNetworkSecuritySafetySource class. Bug: 435146590 Test: m & atest GsmCdmaPhoneTest Flag: EXEMPT bugfix Change-Id: Ieb1121dc5efaa889d0d708bf36032dc43fe25b3a
Loading
Please register or sign in to comment