diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java b/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java index e576f36d573a..279e5ef1f38c 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/policy/FlashlightController.java @@ -16,6 +16,7 @@ package com.android.systemui.statusbar.policy; import com.android.systemui.Dumpable; import com.android.systemui.statusbar.policy.FlashlightController.FlashlightListener; +import com.android.systemui.util.annotations.WeaklyReferencedCallback; public interface FlashlightController extends CallbackController<FlashlightListener>, Dumpable { @@ -24,6 +25,7 @@ public interface FlashlightController extends CallbackController<FlashlightListe boolean isAvailable(); boolean isEnabled(); + @WeaklyReferencedCallback public interface FlashlightListener { /** |