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

Commit 9474c024 authored by Rahul Sabnis's avatar Rahul Sabnis
Browse files

Removes BluetoothDevice#getService from the non-SDK API list

Tag: #feature
Bug: 194935825
Test: Manual
NoNonSdkCheck: Low usage rate & mainline requirements
Change-Id: If19a286b1e7e349a3a88eca6a7d3368d8a89d474
parent 966c88d1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1118,7 +1118,6 @@ public final class BluetoothDevice implements Parcelable, Attributable {
    private AttributionSource mAttributionSource;

    /*package*/
    @UnsupportedAppUsage
    static IBluetooth getService() {
        synchronized (BluetoothDevice.class) {
            if (sService == null) {