NfcAdapter.ActionChangeTagIntentPreference 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: Bring up the settings page that allows the user to enable or disable tag intent reception for apps.
[Android.Runtime.Register("ACTION_CHANGE_TAG_INTENT_PREFERENCE", ApiSince=36)]
public const string ActionChangeTagIntentPreference;
[<Android.Runtime.Register("ACTION_CHANGE_TAG_INTENT_PREFERENCE", ApiSince=36)>]
val mutable ActionChangeTagIntentPreference : string
Field Value
- Attributes
Remarks
Activity action: Bring up the settings page that allows the user to enable or disable tag intent reception for apps.
This will direct user to the settings page shows a list that asks users whether they want to allow or disallow the package to start an activity when a tag is discovered.
Java documentation for android.nfc.NfcAdapter.ACTION_CHANGE_TAG_INTENT_PREFERENCE
.
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.