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

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

Merge "Update native AppOpsService to unpack SyncNotedAppOp" into sc-dev

parents 87f1e3fe a0ae2f99
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ public:
        remote()->transact(NOTE_OPERATION_TRANSACTION, data, &reply);
        // fail on exception
        if (reply.readExceptionCode() != 0) return MODE_ERRORED;
        reply.readByte();
        return reply.readInt32();
    }

@@ -84,6 +85,7 @@ public:
        remote()->transact(START_OPERATION_TRANSACTION, data, &reply);
        // fail on exception
        if (reply.readExceptionCode() != 0) return MODE_ERRORED;
        reply.readByte();
        return reply.readInt32();
    }