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

Commit ad29c656 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents c31bb8bb c31cc63c
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();