commit | 9ec488cd414a1b6122f210f0dbc69ef96c62f995 | [log] [tgz] |
---|---|---|
author | Peter Kalauskas <peskal@google.com> | Fri Nov 04 10:51:32 2022 -0700 |
committer | Peter Kalauskas <peskal@google.com> | Fri Nov 04 16:04:28 2022 -0700 |
tree | c99d260ca3915d9fe1347709453dc305e4c5c474 | |
parent | 3345f99f8b66c735aa04094b97bbb37c07c1ff35 [diff] |
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