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

Commit 989882d7 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

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

parents 12fd8c89 ad29c656
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();