mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 05:16:01 +08:00
When using AAudio output on Android, the system notifies the app to manually handle ducking instead of silently lowering volume itself. This caused the in-app volume indicator to pop up on every notification. Pass showIndicator: false for duck begin/end calls so volume is adjusted silently, consistent with other audio output modes.