goldy1992 / Mp3Player

An open source Android MP3 Player
GNU General Public License v3.0
18 stars 3 forks source link

Resolve issue with AudioNoisyBroadcast Receiver and volume control #64

Closed goldy1992 closed 5 years ago

goldy1992 commented 5 years ago

Issue 1 GIVEN: The use has headphones connected and the song is playing. WHEN: the use removes the headphones THEN: the state of the media player changes to paused

Issue 2 GIVEN: the user is on the MainActivity WHEN: the user presses the volume key THEN: the system does not register a change on volume

goldy1992 commented 5 years ago

merged to develop