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

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

Merge "Add option for situation when user ignores permission dialog (USER_IGNORED)."

parents 28ed8110 8fde4fb4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5960,6 +5960,8 @@ message PermissionGrantRequestResultReported {
        IGNORED_RESTRICTED_PERMISSION = 9;
        // one time permission was granted by user action
        USER_GRANTED_ONE_TIME = 10;
        // user ignored request by leaving the request screen without choosing any option
        USER_IGNORED = 11;
    }
    // The result of the permission grant
    optional Result result = 6;