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

Commit 876ed19f authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "AllowBlocking in ServiceManager binder" into main

parents 87f71c68 0bb5e508
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -50,7 +50,8 @@ public final class ServiceManagerNative {
class ServiceManagerProxy implements IServiceManager {
    public ServiceManagerProxy(IBinder remote) {
        mRemote = remote;
        mServiceManager = IServiceManager.Stub.asInterface(this.getNativeServiceManager());
        mServiceManager = IServiceManager.Stub.asInterface(
            Binder.allowBlocking(this.getNativeServiceManager()));
    }

    public IBinder asBinder() {