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

Commit 82dd1bd2 authored by Sihua Ma's avatar Sihua Ma
Browse files

Add flag for throttling widget updates in service

Bug: 326145514
Test: m android.appwidget.flags-aconfig-java
Change-Id: Iafd38f81f8be38604bd11ca247fdbe1ae6114453
parent b060f8a5
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -32,3 +32,10 @@ flag {
  description: "Enable support for transporting draw instructions as data parcel"
  bug: "286130467"
}

flag {
  name: "throttle_widget_updates"
  namespace: "app_widgets"
  description: "Throttle the widget view updates to mitigate transaction exceptions"
  bug: "326145514"
}