SoundTap is an Android app that enhances your music listening experience by allowing you to control playback using your device's volume buttons. Skip tracks, pause, and resume with ease. Built with Kotlin and Jetpack Compose.
Is your feature request related to a problem? Please describe.
When I finish listening to music and close my music player app, every time I want to adjust the sound, the app does its thing.
Describe the solution you'd like
The app detects if a player is active, and if it's true, then it will do its thing. I don't mean close and open, I mean: if a player isn't running, I can long press my volume as much as I want, and the app won't interfere. But if a player is running, then it will.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
When I finish listening to music and close my music player app, every time I want to adjust the sound, the app does its thing.
Describe the solution you'd like
The app detects if a player is active, and if it's true, then it will do its thing. I don't mean close and open, I mean: if a player isn't running, I can long press my volume as much as I want, and the app won't interfere. But if a player is running, then it will.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.