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

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

Merge "Fix the type error in the IntegrityCheckResultReported proto. Note that...

Merge "Fix the type error in the IntegrityCheckResultReported proto. Note that this change is submitted just an hour ago and there are no record on it. The error occured because of the refactoring from int to long during the time the review took place."
parents ed242597 0ade8545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8082,7 +8082,7 @@ message UserspaceRebootReported {
message IntegrityCheckResultReported {
    optional string package_name = 1;
    optional string app_certificate_hash = 2;
    optional int32 version_code = 3;
    optional int64 version_code = 3;
    optional string installer_package_name = 4;
    enum Response {
        UNKNOWN = 0;