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

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

Merge "Fix compilation warning on MediaDrm"

parents e5e217da 6c174f84
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -1202,7 +1202,6 @@ public final class MediaDrm implements AutoCloseable {
     * The maximum security level supported by the device. This is the default
     * The maximum security level supported by the device. This is the default
     * security level when a session is opened.
     * security level when a session is opened.
     */
     */
    @SecurityLevel
    public static final int getMaxSecurityLevel() {
    public static final int getMaxSecurityLevel() {
        return SECURITY_LEVEL_MAX;
        return SECURITY_LEVEL_MAX;
    }
    }