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

Commit 681772e8 authored by Pinyao Ting's avatar Pinyao Ting
Browse files

Create flag for supporting data parcel in RemoteViews

Bug: 286130467
Test: m android.appwidget.flags-aconfig-java
Change-Id: I20a11e562acf94433793a0e92cfc46d55827cf46
parent 92a0fe3d
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -20,3 +20,10 @@ flag {
  description: "Move state file IO to non-critical path"
  description: "Move state file IO to non-critical path"
  bug: "312949280"
  bug: "312949280"
}
}

flag {
  name: "draw_data_parcel"
  namespace: "app_widgets"
  description: "Enable support for transporting draw instructions as data parcel"
  bug: "286130467"
}