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

Commit 8989abf3 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."...

Merge "Handle all kinds of focuses and make fault tolerant to phone calls." am: 458b8c16 am: 8750e2c6
am: a3a02a1d

Change-Id: I7b06df5d16ef4baa952eaf0635327235b2aa59e1
parents f8bc64ff a3a02a1d
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) {