Sign App with UICC Carrier Privileges Certificates
问题 I was reading information on this link in regards to signing an application with carrier privileges. I am aware of how to sign an application using a keystore for production releases, but how do I add UICC certificates to my app so it gets carrier privileges? My main goal is to be able to call TelephonyManager functions like: iccOpenLogicalChannel iccCloseLogicalChannel iccTransmitApduLogicalChannel iccTransmitApduBasicChannel This is the stack trace I get when calling one of the above