Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8750e2c6 authored by Sanket Agarwal's avatar Sanket Agarwal Committed by android-build-merger
Browse files

Merge "Handle all kinds of focuses and make fault tolerant to phone calls."

am: 458b8c16

Change-Id: I0477e2c72de9c224fd0a9ed3ffb06296875690f0
parents fa3e01f7 458b8c16
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -209,6 +209,7 @@ static void informAudioFocusStateNative(JNIEnv *env, jobject object, jint focus_
    if (!sBluetoothA2dpInterface) return;

    sBluetoothA2dpInterface->set_audio_focus_state((uint8_t) focus_state);

}

static void informAudioTrackGainNative(JNIEnv *env, jobject object, jfloat gain) {