am 4b0963de: Update MediaDrmAPI test to use boxless-pssh

* commit '4b0963de960e68d62a7b633ba8c56529efad717c':
  Update MediaDrmAPI test to use boxless-pssh
This commit is contained in:
Jeff Tinker
2013-04-24 14:46:53 -07:00
committed by Android Git Automerger

View File

@@ -139,11 +139,7 @@ public class MediaDrmAPITest extends TabActivity {
static final String kServerUrl = "https://jmt17.google.com/video-dev/license/GetCencLicense";
static final String kPort = "80";
static final byte[] kKeyId = hex2ba(// blob size and pssh
"000000347073736800000000" +
// Widevine system id
"edef8ba979d64acea3c827dcd51d21ed00000014" +
// pssh data
static final byte[] kKeyId = hex2ba(// pssh data
"08011210e02562e04cd55351b14b3d748d36ed8e");
/** Called when the activity is first created. */