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

Commit 1c662d70 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14065084

Change-Id: I14a5b8e636729df47a631a53e5c97ce27bb52f7d
parents 7fb7d880 ddae80ef
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();
    }