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

Commit d252faa9 authored by guibing's avatar guibing
Browse files

Add WEB session tag for brower's power hint session control.

Bug: 382772772
Test: build
Flag: EXEMPT HAL interface change
Change-Id: I1c2df4f1b881c5505d1dd302f6b73c17e4f479df
parent 6ee18220
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,4 +40,5 @@ enum SessionTag {
  GAME,
  APP,
  SYSUI,
  WEB,
}
+5 −0
Original line number Diff line number Diff line
@@ -51,4 +51,9 @@ enum SessionTag {
     * This tag is used to mark hint sessions created by the system UI.
     */
    SYSUI,

    /**
     * This tag is used to mark hint sessions created by the web browers.
     */
    WEB,
}