Commit d7114052 by ibaker Committed by Ian Baker

Remove unneeded warning suppression from FrameworkMediaDrm

PiperOrigin-RevId: 445162900
parent be634bfb
......@@ -459,7 +459,6 @@ public final class FrameworkMediaDrm implements ExoMediaDrm {
return requestData;
}
@SuppressLint("WrongConstant") // Suppress spurious lint error [Internal ref: b/32137960]
private static void forceWidevineL3(MediaDrm mediaDrm) {
mediaDrm.setPropertyString("securityLevel", "L3");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment