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

Commit cc6203e7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "remove getSystemConfigEnabledProfilesForPackage" into sc-dev-plus-aosp am: b9a8837a

Original change: https://googleplex-android-review.googlesource.com/c/platform/system/bt/+/15371890

Change-Id: I8109f1437474c379f9a4fe7df84e3b80ef01d85a
parents 6905c34c b9a8837a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -73,7 +73,4 @@ interface IBluetoothManager
    boolean isBleAppPresent();
    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    boolean isHearingAidProfileSupported();

    @JavaPassthrough(annotation="@android.annotation.RequiresNoPermission")
    List<String> getSystemConfigEnabledProfilesForPackage(String packageName);
}