alwaysOnSetting property

String? alwaysOnSetting
getter/setter pair

Whether User Plane resources have to be activated during every transition from CM-IDLE mode to CM-CONNECTED state for this APN.

See 3GPP TS 23.501 section 5.6.13.

Optional. Possible string values are:

  • "ALWAYS_ON_SETTING_UNSPECIFIED" : Unspecified. Defaults to NOT_ALWAYS_ON.
  • "NOT_ALWAYS_ON" : The PDU session brought up by this APN should not be always on.
  • "ALWAYS_ON" : The PDU session brought up by this APN should always be on. Supported on Android 15 and above. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 15.

Implementation

core.String? alwaysOnSetting;