I am using Nexus4 with Android 4.3, and I am try to use the new API public MediaDrm (UUID uuid)
, but I only can got the following exception:UnsupportedSchemeException
.
The exception looks which arise from UUID is incorrect.
I've tried to use the UUID which is converted from deviceId, from network MAC address or from token which is sent from DRM server. all of I mentioned is incorrect.
Then is there anyone knows what is the correct way to get this UUID?
More info are in below:
Parameters:
uuid
The UUID of the crypto scheme.
Thanks in advance.