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

Commit 595bf5b8 authored by Guibing Cai's avatar Guibing Cai Committed by Android (Google) Code Review
Browse files

Merge "Add WEB session tag for brower's power hint session control." into main

parents 798bc73e d252faa9
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,
}