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

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

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

parents 237cdb17 2e6d8079
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -40,5 +40,4 @@ enum SessionTag {
  GAME,
  APP,
  SYSUI,
  WEB,
}
+0 −5
Original line number Diff line number Diff line
@@ -51,9 +51,4 @@ 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,
}