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

Commit c31cc63c authored by Sal Savage's avatar Sal Savage
Browse files

PhonePolicy isn't used on all devices and doens't have a null check

Tag: #stability
Bug: 281902051
Test: atest BluetoothInstrumentationTests
Change-Id: Ifca537dea679c8f74be9b4b23f50ad5a04b38bbc
parent ab0ef6de
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7100,8 +7100,10 @@ public class AdapterService extends Service {
                Log.d(TAG, "index=" + i + "uuid=" + uuids[i]);
            }
        }
        if (mPhonePolicy != null) {
            mPhonePolicy.onUuidsDiscovered(device, uuids);
        }
    }

    static native void classInitNative();