TelephonyManager.ActionResetMobileNetworkSettings Field
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.
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.