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

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

Merge "Flag for supporting resume widget restore after reboot" into main

parents 665e1fe6 5b3399c6
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -40,3 +40,13 @@ flag {
  description: "Throttle the widget view updates to mitigate transaction exceptions"
  bug: "326145514"
}

flag {
  name: "support_resume_restore_after_reboot"
  namespace: "app_widgets"
  description: "Enable support for resume restore widget after reboot by persisting intermediate states to disk"
  bug: "336976070"
  metadata {
      purpose: PURPOSE_BUGFIX
  }
}