Skip to content

On android 7.0, On lock screen don't pause music when incomming call #388

@dtdevpro

Description

@dtdevpro

On android 7.0, On lock screen don't pause music when incomming call
Code:
@OverRide
void onAudioFocusLost(AudioInterruption interruption) {
onPause();
}

@OverRide
void onAudioFocusGained(AudioInterruption interruption) {
onPlay();
}

@OverRide
void onAudioBecomingNoisy() {
onPause();
}

On open Screen: pause music when incomming call run normal

Sorry my english is bad!

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions