diff options
| author | 2016-09-08 10:35:49 -0700 | |
|---|---|---|
| committer | 2016-09-08 10:35:49 -0700 | |
| commit | 752047dd3d04d35d67bfce5c938a584fbd585d49 (patch) | |
| tree | 3ff567f296669eb64df964cc6c2d790b4c45bac3 | |
| parent | 020212c7df814d60cf3c395f39bea1a18a369ec9 (diff) | |
Strengthen language about use of a11y API.
Bug: 30898472
Change-Id: I0c2afde3f750e880cb1ef087d092719ea145756d
| -rw-r--r-- | core/java/android/accessibilityservice/AccessibilityService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/accessibilityservice/AccessibilityService.java b/core/java/android/accessibilityservice/AccessibilityService.java index c4eaccc1b406..163e7d2661b9 100644 --- a/core/java/android/accessibilityservice/AccessibilityService.java +++ b/core/java/android/accessibilityservice/AccessibilityService.java @@ -53,7 +53,7 @@ import java.lang.annotation.RetentionPolicy; import java.util.List; /** - * Accessibility services are intended to assist users with disabilities in using + * Accessibility services should only be used to assist users with disabilities in using * Android devices and apps. They run in the background and receive callbacks by the system * when {@link AccessibilityEvent}s are fired. Such events denote some state transition * in the user interface, for example, the focus has changed, a button has been clicked, |