TelephonyManager.DoesSwitchMultiSimConfigTriggerReboot Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get whether making changes to modem configurations by #switchMultiSimConfig(int) will
trigger device reboot.
[Android.Runtime.Register("doesSwitchMultiSimConfigTriggerReboot", "()Z", "GetDoesSwitchMultiSimConfigTriggerRebootHandler", ApiSince=29)]
[Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")]
public virtual bool DoesSwitchMultiSimConfigTriggerReboot ();
[<Android.Runtime.Register("doesSwitchMultiSimConfigTriggerReboot", "()Z", "GetDoesSwitchMultiSimConfigTriggerRebootHandler", ApiSince=29)>]
[<Android.Runtime.RequiresPermission("android.permission.READ_PHONE_STATE")>]
abstract member DoesSwitchMultiSimConfigTriggerReboot : unit -> bool
override this.DoesSwitchMultiSimConfigTriggerReboot : unit -> bool
Returns
true if reboot will be triggered after making changes to modem
configurations, otherwise return false.
- Attributes
Remarks
Java documentation for android.telephony.TelephonyManager.doesSwitchMultiSimConfigTriggerReboot().
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.