Remove CameraAvailabilityListener TAG definition

Top-level const TAG should be private. Otherwise, it prevents other
files in the same package from defining their own top-level const TAG.
However, in this case the TAG is unused, so remove it entirely.

Test: m SystemUI
Bug: 238923086
Change-Id: Ie4a800526bab7d9a169b8e6c19616402daed5443
This commit is contained in:
Peter Kalauskas
2022-11-04 10:51:32 -07:00
parent 3345f99f8b
commit 9ec488cd41

View File

@@ -26,8 +26,6 @@ import java.util.concurrent.Executor
import kotlin.math.roundToInt
const val TAG = "CameraAvailabilityListener"
/**
* Listens for usage of the Camera and controls the ScreenDecorations transition to show extra
* protection around a display cutout based on config_frontBuiltInDisplayCutoutProtection and