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

Commit 4fae958d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix MediaDrm security level APIs"

parents c6e0ae37 52d274d3
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -148,6 +148,9 @@ namespace android {
        enum SecurityLevel {
        enum SecurityLevel {
            // Failure to access security level, an error occurred
            // Failure to access security level, an error occurred
            kSecurityLevelUnknown,
            kSecurityLevelUnknown,
            // The maximum security level of the device. This is the default when
            // a session is opened if no security level is specified
            kSecurityLevelMax,
            // Software-based whitebox crypto
            // Software-based whitebox crypto
            kSecurityLevelSwSecureCrypto,
            kSecurityLevelSwSecureCrypto,
            // Software-based whitebox crypto and an obfuscated decoder
            // Software-based whitebox crypto and an obfuscated decoder