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

Commit 7bf14123 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "IServiceManager/ITokenManager uses "default" service name"

parents 485c0fee 9ecbc04c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ public class UsbPortManager {
    public UsbPortManager(Context context) {
        mContext = context;
        try {
            boolean ret = IServiceManager.getService("manager")
            boolean ret = IServiceManager.getService()
                    .registerForNotifications("android.hardware.usb@1.0::IUsb",
                    "", mServiceNotification);
            if (!ret) {