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

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

Merge "Add session id to grant button clicked proto"

parents 2669b7f6 5dfc0917
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7519,6 +7519,9 @@ message GrantPermissionsActivityButtonActions {

    // Button clicked by user - same as bit flags in buttons_presented with only single bit set
    optional int32 button_clicked = 5;

    // id which identifies single session of user interacting with permission controller
    optional int64 session_id = 6;
}

/**