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

Commit 36fd86fa authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "expose visibility of PbapClientProfile. The use case is that the Car...

Merge "expose visibility of PbapClientProfile. The use case is that the Car head unit will be consuming the data instead of providing it"
parents 5ad4b409 7af55fd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ import java.util.ArrayList;
import java.util.Collection;
import java.util.List;

final class PbapClientProfile implements LocalBluetoothProfile {
public final class PbapClientProfile implements LocalBluetoothProfile {
    private static final String TAG = "PbapClientProfile";
    private static boolean V = false;