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

Commit 1661f313 authored by Sal Savage's avatar Sal Savage Committed by Automerger Merge Worker
Browse files

PhonePolicy isn't used on all devices and doens't have a null check am: c3f88ac6 am: 1c29dc86

parents 1a8a015a 1c29dc86
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -7115,8 +7115,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();