Telephony.Sms.Intents.ExtraIsDefaultSmsApp 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.
The IsDefaultSmsApp boolean passed as an extra for ACTION_DEFAULT_SMS_PACKAGE_CHANGED to indicate whether the SMS app is becoming the default SMS app or is no longer the default.
[Android.Runtime.Register("EXTRA_IS_DEFAULT_SMS_APP", ApiSince=24)]
public const string ExtraIsDefaultSmsApp;
[<Android.Runtime.Register("EXTRA_IS_DEFAULT_SMS_APP", ApiSince=24)>]
val mutable ExtraIsDefaultSmsApp : string
Field Value
- Attributes
Remarks
The IsDefaultSmsApp boolean passed as an extra for ACTION_DEFAULT_SMS_PACKAGE_CHANGED to indicate whether the SMS app is becoming the default SMS app or is no longer the default.
Android reference for android.provider.Telephony.Sms.Intents.EXTRA_IS_DEFAULT_SMS_APP.
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.