MediaCrypto's constructor can throw RuntimeException.
Change-Id: I5718e9abab0d1465882580e826747d6a78bdefb5
related-to-bug: 6275919
This commit is contained in:
@ -37,7 +37,7 @@ public final class MediaCrypto {
|
||||
* @param uuid The UUID of the crypto scheme.
|
||||
* @param initData Opaque initialization data specific to the crypto scheme.
|
||||
*/
|
||||
public MediaCrypto(byte[] uuid, byte[] initData) {
|
||||
public MediaCrypto(byte[] uuid, byte[] initData) throws RuntimeException {
|
||||
native_setup(uuid, initData);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user