workProfileWidgets property

String? workProfileWidgets
getter/setter pair

Specifies whether the app installed in the work profile is allowed to add widgets to the home screen. Possible string values are:

  • "WORK_PROFILE_WIDGETS_UNSPECIFIED" : Unspecified. Defaults to work_profile_widgets_default
  • "WORK_PROFILE_WIDGETS_ALLOWED" : Work profile widgets are allowed. This means the application will be able to add widgets to the home screen.
  • "WORK_PROFILE_WIDGETS_DISALLOWED" : Work profile widgets are disallowed. This means the application will not be able to add widgets to the home screen.

Implementation

core.String? workProfileWidgets;