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

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

Merge "Add permission denied reason to Reason.aidl" into main

parents 5ea12370 e2ab1ac4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,4 +43,5 @@ enum Reason {
  ENDPOINT_GONE,
  ENDPOINT_CRASHED,
  HUB_RESET,
  PERMISSION_DENIED,
}
+5 −0
Original line number Diff line number Diff line
@@ -63,4 +63,9 @@ enum Reason {
     * Hub was reset or is resetting.
     */
    HUB_RESET,

    /**
     * The caller does not have the required permissions.
     */
    PERMISSION_DENIED,
}