AccessibilityServiceInfo.Default 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.
Caution
This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.
If an AccessibilityService
is the default for a given type.
[Android.Runtime.Register("DEFAULT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.", true)]
public const Android.AccessibilityServices.AccessibilityServiceFlags Default = 1;
[<Android.Runtime.Register("DEFAULT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.AccessibilityServices.AccessibilityServiceFlags enum directly instead of this field.", true)>]
val mutable Default : Android.AccessibilityServices.AccessibilityServiceFlags
Field Value
Value = 1Implements
- Attributes
Remarks
If an AccessibilityService
is the default for a given type. Default service is invoked only if no package specific one exists. In case of more than one package specific service only the earlier registered is notified.
Java documentation for android.accessibilityservice.AccessibilityServiceInfo.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.