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

Commit e2ab1ac4 authored by Arthur Ishiguro's avatar Arthur Ishiguro
Browse files

Add permission denied reason to Reason.aidl

Bug: 383132246
Change-Id: I54e23c89bbdae41a3aec8cb61bbf7cdc1a085476
Test: Compile
parent f41c9920
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,
}