NotificationListenerService.MetaDataDefaultAutobind 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 name of the meta-data
tag containing a boolean value that is used to decide if
this listener should be automatically bound by default.
[Android.Runtime.Register("META_DATA_DEFAULT_AUTOBIND", ApiSince=34)]
public const string MetaDataDefaultAutobind;
[<Android.Runtime.Register("META_DATA_DEFAULT_AUTOBIND", ApiSince=34)>]
val mutable MetaDataDefaultAutobind : string
Field Value
- Attributes
Remarks
The name of the meta-data
tag containing a boolean value that is used to decide if this listener should be automatically bound by default. If the value is 'false', the listener can be bound on demand using #requestRebind
An absent value means that the default is 'true'
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.