From 088a7b87f20e54a347a861c3355117176ed0e139 Mon Sep 17 00:00:00 2001 From: William Escande Date: Sat, 29 Jan 2022 00:39:02 +0100 Subject: [PATCH] Use allowed system value Test: build Change-Id: I84d87024423869515937ab87381be572fed0ba65 Merged-In: I84d87024423869515937ab87381be572fed0ba65 --- .../sound/HandsFreeProfileOutputPreferenceController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java b/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java index d9d87375d4f..15f47cf2593 100644 --- a/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java +++ b/src/com/android/settings/sound/HandsFreeProfileOutputPreferenceController.java @@ -16,7 +16,7 @@ package com.android.settings.sound; -import static android.bluetooth.IBluetoothHearingAid.HI_SYNC_ID_INVALID; +import static android.bluetooth.BluetoothHearingAid.HI_SYNC_ID_INVALID; import android.bluetooth.BluetoothDevice; import android.content.Context;