CardEmulation.ActionChangeDefault 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: ask the user to change the default card emulation service for a certain category.
[Android.Runtime.Register("ACTION_CHANGE_DEFAULT")]
public const string ActionChangeDefault;
[<Android.Runtime.Register("ACTION_CHANGE_DEFAULT")>]
val mutable ActionChangeDefault : string
Field Value
- Attributes
Remarks
Activity action: ask the user to change the default card emulation service for a certain category. This will show a dialog that asks the user whether they want to replace the current default service with the service identified with the ComponentName specified in #EXTRA_SERVICE_COMPONENT
, for the category specified in #EXTRA_CATEGORY
. There is an optional extra field using Intent#EXTRA_USER
to specify the UserHandle
of the user that owns the app.
Java documentation for android.nfc.cardemulation.CardEmulation.ACTION_CHANGE_DEFAULT
.
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.