Remove TODO

This todo doesn't need to happen since we're keeping both the int and float values for backwards compatibility.

Bug: 160141704
Test: manual
Change-Id: I26a5057acd7604578f3021c21a1412d6c1b7b0d6
This commit is contained in:
Fiona Campbell
2020-09-02 18:02:59 +01:00
parent 2fed99d3c0
commit 68b9085b28

View File

@@ -273,7 +273,6 @@ public final class PowerManager {
/**
* Brightness value for fully off in float.
* TODO(brightnessfloat): rename this to BRIGHTNES_OFF and remove the integer-based constant.
* @hide
*/
public static final float BRIGHTNESS_OFF_FLOAT = -1.0f;