diff --git a/core/java/android/view/accessibility/AccessibilityEvent.java b/core/java/android/view/accessibility/AccessibilityEvent.java index 249fd91ee3f9f..8a13c0cba477c 100644 --- a/core/java/android/view/accessibility/AccessibilityEvent.java +++ b/core/java/android/view/accessibility/AccessibilityEvent.java @@ -524,13 +524,6 @@ import java.util.List; *
- * Security note - *
- * Since an event contains the text of its source privacy can be compromised by leaking - * sensitive information such as passwords. To address this issue any event fired in response - * to manipulation of a PASSWORD field does NOT CONTAIN the text of the password. - *
* * @see android.view.accessibility.AccessibilityManager * @see android.accessibilityservice.AccessibilityService