Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc48bf78 authored by Jeff Tinker's avatar Jeff Tinker
Browse files

Clarify wording of MediaCrypto exception "ERROR_NO_KEY"

related-to-bug: 20857014
Change-Id: I13204528ec44cda76a721f4d9f6021c1435921ac
parent 1ce80dc0
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -902,9 +902,9 @@ final public class MediaCodec {
        }
        }


        /**
        /**
         * This indicates that no key has been set to perform the requested
         * This indicates that the requested key was not found when trying to
         * decrypt operation.  The operation can be retried after adding
         * perform a decrypt operation.  The operation can be retried after adding
         * a decryption key.
         * the correct decryption key.
         */
         */
        public static final int ERROR_NO_KEY = 1;
        public static final int ERROR_NO_KEY = 1;