It is my understanding that Google restricts the development of anything that touches the secure element to "trusted" developers. However, what I want to know is if it's possible to communicate with already-installed applets without any kind of special permission (perhaps root is acceptable).
For example, say there's a mastercard applet on there, is it possible to send the various APDU commands to it? I'm not looking to access or change any data that's on the UICC, I simply want to "use" an app that's stored on it. An example of another App that must do this is Google Wallet, as it communicates with other "applets" on the secure element.
Thanks.