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

Commit 6de445e0 authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by Android (Google) Code Review
Browse files

Merge "Add logging of one time permissions to PermissionGrantRequestResultReported atom."

parents 9aa75e10 066aefbe
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -5760,6 +5760,8 @@ message PermissionGrantRequestResultReported {
        AUTO_DENIED = 8;
        AUTO_DENIED = 8;
        // permission request was ignored because permission is restricted
        // permission request was ignored because permission is restricted
        IGNORED_RESTRICTED_PERMISSION = 9;
        IGNORED_RESTRICTED_PERMISSION = 9;
        // one time permission was granted by user action
        USER_GRANTED_ONE_TIME = 10;
    }
    }
    // The result of the permission grant
    // The result of the permission grant
    optional Result result = 6;
    optional Result result = 6;