diff options
| author | 2024-08-13 00:23:43 +0000 | |
|---|---|---|
| committer | 2024-08-13 00:23:43 +0000 | |
| commit | fe41818be5c4916d80f46b83e0db1a2c4cec351e (patch) | |
| tree | 3be60b39f36e4dd0df065131e81e467b86d6581e | |
| parent | c8f7e89a4eff26a9cb8eefe854e1108f2ac218c5 (diff) | |
| parent | c882c7f1260ee0c49857c2c092425e5cd6074a4f (diff) | |
Merge "Dump lock screen setting" into main
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt b/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt index 46c5c188344e..62a72184190d 100644 --- a/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt +++ b/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/MediaCarouselController.kt @@ -1635,6 +1635,7 @@ constructor( "only active ${desiredHostState?.showsOnlyActiveMedia}" ) println("isSwipedAway: ${MediaPlayerData.isSwipedAway}") + println("allowMediaPlayerOnLockScreen: $allowMediaPlayerOnLockScreen") } } } |