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

Commit 5b3399c6 authored by Pinyao Ting's avatar Pinyao Ting
Browse files

Flag for supporting resume widget restore after reboot

Bug: 336976070
Test: manual
Flag: aconfig support_resume_restore_after_reboot DISABLED
Change-Id: I9de421ff7285ee6aa3b3729cb33b764e6f685111
parent 924d4f1b
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
  }
}