java.lang.Object | |
↳ | android.support.v4.accessibilityservice.AccessibilityServiceInfoCompat |
Helper for accessing features in AccessibilityService
introduced after API level 4 in a backwards compatible fashion.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | FEEDBACK_ALL_MASK | Mask for all feedback types. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the string representation of a feedback type.
| |||||||||||
Returns the string representation of a flag.
| |||||||||||
Whether this service can retrieve the current window's content.
| |||||||||||
Description of the accessibility service.
| |||||||||||
The accessibility service id.
| |||||||||||
The service
ResolveInfo . | |||||||||||
The settings activity name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
Mask for all feedback types.
Returns the string representation of a feedback type. For example,
FEEDBACK_SPOKEN
is represented by the
string FEEDBACK_SPOKEN.
feedbackType | The feedback type. |
---|
Returns the string representation of a flag. For example,
DEFAULT
is represented by the
string DEFAULT.
flag | The flag. |
---|
Whether this service can retrieve the current window's content.
Statically set from meta-data
.
Description of the accessibility service.
Statically set from meta-data
.
The accessibility service id.
Generated by the system.
The service ResolveInfo
.
Generated by the system.
The settings activity name.
Statically set from meta-data
.