DefaultApplicationScope

  • The policy defines the scope of application for default applications.

  • SCOPE_FULLY_MANAGED applies to fully managed devices.

  • SCOPE_WORK_PROFILE applies to the work profile and supports specific default application types.

  • SCOPE_PERSONAL_PROFILE applies to the personal profile on company-owned devices with work profiles and supports specific default application types for pre-installed system apps.

The scope to which the policy should be applied.

Enums
DEFAULT_APPLICATION_SCOPE_UNSPECIFIED Unspecified. This value must not be used.
SCOPE_FULLY_MANAGED Sets the application as the default on fully managed devices.
SCOPE_WORK_PROFILE

Sets the application as the work profile default.

Only supported for DEFAULT_BROWSER, DEFAULT_CALL_REDIRECTION, DEFAULT_CALL_SCREENING, DEFAULT_DIALER and DEFAULT_WALLET.

SCOPE_PERSONAL_PROFILE

Sets the application as the personal profile default on company-owned devices with a work profile. Only pre-installed system apps can be set as the default.

Only supported for DEFAULT_BROWSER, DEFAULT_DIALER, DEFAULT_SMS and DEFAULT_WALLET.