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

Commit 18d8f300 authored by Jakub Pawlowski's avatar Jakub Pawlowski
Browse files

Do not call SystemConfig.getInstance() from Bluetooth (3/3)

Move call to SystemConfig.getInstance into BluetoothManagerService

Bug: 145297991
Test: corresponding tests in p/a/Bluetooth updated
Change-Id: I6edd91b831a240117757cb6683d8a373e861db99
parent 06918d3f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -53,5 +53,7 @@ interface IBluetoothManager
    int updateBleAppCount(IBinder b, boolean enable, String packageName);
    boolean isBleAppPresent();
    boolean isHearingAidProfileSupported();

    List<String> getSystemConfigEnabledProfilesForPackage(String packageName);
}