다음을 통해 공유


TelephonyManager.ActionResetMobileNetworkSettings Field

Definition

Activity action: Show setting to reset mobile networks.

[Android.Runtime.Register("ACTION_RESET_MOBILE_NETWORK_SETTINGS", ApiSince=35)]
public const string ActionResetMobileNetworkSettings;
[<Android.Runtime.Register("ACTION_RESET_MOBILE_NETWORK_SETTINGS", ApiSince=35)>]
val mutable ActionResetMobileNetworkSettings : string

Field Value

Attributes

Remarks

Activity action: Show setting to reset mobile networks.

On devices with a settings activity to reset mobile networks, the activity should be launched without additional permissions.

On some devices, this settings activity may not exist. Callers should ensure that this case is appropriately handled.

Java documentation for android.telephony.TelephonyManager.ACTION_RESET_MOBILE_NETWORK_SETTINGS.

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.

Applies to