• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "android.appwidget.flags"
2container: "system"
3
4flag {
5  name: "generated_previews"
6  is_exported: true
7  namespace: "app_widgets"
8  description: "Enable support for generated previews in AppWidgetManager"
9  bug: "306546610"
10}
11
12flag {
13  name: "remote_adapter_conversion"
14  namespace: "app_widgets"
15  description: "Enable adapter conversion to RemoteCollectionItemsAdapter"
16  bug: "245950570"
17}
18
19flag {
20  name: "remove_app_widget_service_io_from_critical_path"
21  namespace: "app_widgets"
22  description: "Move state file IO to non-critical path"
23  bug: "312949280"
24  metadata {
25    purpose: PURPOSE_BUGFIX
26  }
27}
28
29flag {
30  name: "draw_data_parcel"
31  is_exported: true
32  namespace: "app_widgets"
33  description: "Enable support for transporting draw instructions as data parcel"
34  bug: "286130467"
35}
36
37flag {
38  name: "throttle_widget_updates"
39  namespace: "app_widgets"
40  description: "Throttle the widget view updates to mitigate transaction exceptions"
41  bug: "326145514"
42}
43
44flag {
45  name: "support_resume_restore_after_reboot"
46  namespace: "app_widgets"
47  description: "Enable support for resume restore widget after reboot by persisting intermediate states to disk"
48  bug: "336976070"
49  metadata {
50      purpose: PURPOSE_BUGFIX
51  }
52}
53
54flag {
55  name: "remote_views_proto"
56  namespace: "app_widgets"
57  description: "Enable support for persisting RemoteViews previews to Protobuf"
58  bug: "364420494"
59}
60
61flag {
62  name: "remote_document_support"
63  namespace: "app_widgets"
64  description: "Remote document support features in Q2 2025 release"
65  bug: "339721781"
66}
67
68flag {
69    name: "security_policy_interact_across_users"
70    namespace: "app_widgets"
71    description: "Allow packages with interact_across_users permission to manage app widgets on behalf of other users."
72    bug: "357621815"
73    metadata {
74        purpose: PURPOSE_BUGFIX
75    }
76}
77
78flag {
79  name: "use_smaller_app_widget_system_radius"
80  namespace: "app_widgets"
81  description: "Updates system corner radius for app widgets to 24.dp instead of 28.dp"
82  bug: "373351337"
83  is_exported: true
84  is_fixed_read_only: true
85  metadata {
86    purpose: PURPOSE_BUGFIX
87  }
88}
89
90flag {
91  name: "not_keyguard_category"
92  namespace: "app_widgets"
93  description: "Adds the NOT_KEYGUARD category to AppWidgetInfo categories"
94  bug: "365169792"
95  is_exported: true
96  is_fixed_read_only: true
97}
98
99flag {
100  name: "engagement_metrics"
101  namespace: "app_widgets"
102  description: "Enable collection of widget engagement metrics"
103  bug: "364655296"
104  is_exported: true
105}
106