Guard ICC ID behind new identifier access requirements
In Android 10 access to device identifiers was limited to apps with the READ_PRIVILEGED_PHONE_STATE permission, carrier privileges, the READ_DEVICE_IDENTIFIERS appop set to allow, or those that pass a device / profile owner check. TelephonyManager#getSimSerialNumber was guarded behind these new access requirements, but the same value is still accessible via SubscriptionInfo#getIccId. This change clears out the ICC ID in any returned SubscriptionInfo objects if the caller does not meet the new identifier access requirements. Bug: 131909991 Test: atest SubscriptionControllerTest Change-Id: Iab02eef23a9b34d3e5eaceaabc8affd3725f5f3c
Loading