TelephonyManager.ActionCarrierSignalReset 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.
Broadcast action sent when carrier apps should reset their internal state.
[Android.Runtime.Register("ACTION_CARRIER_SIGNAL_RESET", ApiSince=31)]
public const string ActionCarrierSignalReset;
[<Android.Runtime.Register("ACTION_CARRIER_SIGNAL_RESET", ApiSince=31)>]
val mutable ActionCarrierSignalReset : string
Field Value
- Attributes
Remarks
Broadcast action sent when carrier apps should reset their internal state.
Sent when certain events such as turning on/off mobile data, removing the SIM, etc. require carrier apps to reset their state.
This action is intended to signal carrier apps to perform cleanup operations. It is only sent to the carrier apps specified in the carrier config for the subscription ID attached to this intent.
The intent will have the following extra values:</p> <ul> <li>SubscriptionManager#EXTRA_SUBSCRIPTION_INDEX
</li> <dd>The subscription ID for which state should be reset.</dd> </ul> <p class="note">This is a protected intent that can only be sent by the system.</p>
Java documentation for android.telephony.TelephonyManager.ACTION_CARRIER_SIGNAL_RESET
.
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.