diff options
| author | Mike Cleron <mcleron@google.com> | 2013-02-01 18:57:23 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-02-01 18:57:23 +0000 |
| commit | 0214f205f619ebc23b5069880afdb09259b0ced7 (patch) | |
| tree | 0d7638b896b38de4c06a73655c447cc3fea4daec /core/java/android/accessibilityservice/AccessibilityServiceInfo.java | |
| parent | 9b4a2858bdd206d67d77c80b383bfd776dc88e71 (diff) | |
| parent | d1ed3cea37e4156eab14b7dc8207a520c9eab700 (diff) | |
| download | frameworks_base-0214f205f619ebc23b5069880afdb09259b0ced7.zip frameworks_base-0214f205f619ebc23b5069880afdb09259b0ced7.tar.gz frameworks_base-0214f205f619ebc23b5069880afdb09259b0ced7.tar.bz2 | |
Merge "Revert "Fixing backwards cmpatibility for enabling explore by touch""
Diffstat (limited to 'core/java/android/accessibilityservice/AccessibilityServiceInfo.java')
| -rw-r--r-- | core/java/android/accessibilityservice/AccessibilityServiceInfo.java | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/java/android/accessibilityservice/AccessibilityServiceInfo.java b/core/java/android/accessibilityservice/AccessibilityServiceInfo.java index d12a336..ef7186b 100644 --- a/core/java/android/accessibilityservice/AccessibilityServiceInfo.java +++ b/core/java/android/accessibilityservice/AccessibilityServiceInfo.java @@ -150,18 +150,10 @@ public class AccessibilityServiceInfo implements Parcelable { * flag does not guarantee that the device will not be in touch exploration * mode since there may be another enabled service that requested it. * <p> - * For accessibility services targeting API version higher than - * {@link Build.VERSION_CODES#JELLY_BEAN_MR1} that want to set - * this flag have to request the + * Clients that want to set this flag have to request the * {@link android.Manifest.permission#CAN_REQUEST_TOUCH_EXPLORATION_MODE} * permission or the flag will be ignored. * </p> - * <p> - * Services targeting API version equal to or lower than - * {@link Build.VERSION_CODES#JELLY_BEAN_MR1} will work normally, i.e. - * the first time they are run, if this flag is specified, a dialog is - * shown to the user to confirm enabling explore by touch. - * </p> */ public static final int FLAG_REQUEST_TOUCH_EXPLORATION_MODE = 0x0000004; |
