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

Commit 243a4475 authored by Rahul Sabnis's avatar Rahul Sabnis Committed by Automerger Merge Worker
Browse files

Merge "Removes BluetoothDevice#getService from the non-SDK API list" am:...

Merge "Removes BluetoothDevice#getService from the non-SDK API list" am: 06b5e8b2 am: 0395324a am: ffadbd5c

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/1959739

Change-Id: I18d59fb38db6e8a6c0d483d50798f45e6d53d855
parents 8fe5059d ffadbd5c
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) {