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

Commit 4d265eae authored by Jeff Tinker's avatar Jeff Tinker Committed by Android Git Automerger
Browse files

am 995c8fc5: am 26d955fd: Merge "Clarify wording of MediaCrypto exception...

am 995c8fc5: am 26d955fd: Merge "Clarify wording of MediaCrypto exception "ERROR_NO_KEY"" into mnc-dev

* commit '995c8fc5':
  Clarify wording of MediaCrypto exception "ERROR_NO_KEY"
parents 14823d60 995c8fc5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -918,9 +918,9 @@ final public class MediaCodec {
        }

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