다음을 통해 공유


MotionEvent.FlagWindowIsObscured 필드

정의

주의

This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.

이 플래그는 이 동작 이벤트를 수신한 창이 부분적으로 또는 그 위에 표시된 다른 창에 의해 완전히 가려지고 이벤트가 가려진 영역을 통해 직접 전달됨을 나타냅니다.

[Android.Runtime.Register("FLAG_WINDOW_IS_OBSCURED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)]
public const Android.Views.MotionEventFlags FlagWindowIsObscured = 1;
[<Android.Runtime.Register("FLAG_WINDOW_IS_OBSCURED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.MotionEventFlags enum directly instead of this field.", true)>]
val mutable FlagWindowIsObscured : Android.Views.MotionEventFlags

필드 값

Value = 1

구현

특성

설명

이 플래그는 이 동작 이벤트를 수신한 창이 부분적으로 또는 그 위에 표시된 다른 창에 의해 완전히 가려지고 이벤트가 가려진 영역을 통해 직접 전달됨을 나타냅니다.

보안에 민감한 애플리케이션은 사용자를 오도하거나 터치를 하이재킹하기 위해 악의적인 애플리케이션이 콘텐츠의 일부를 은폐했을 수 있는 상황을 식별하기 위해 이 플래그를 확인할 수 있습니다. 적절한 대응은 용의자 터치를 삭제하거나 사용자의 실제 의도를 확인하기 위해 추가 예방 조치를 취하는 것일 수 있습니다.

에 대한 android.view.MotionEvent.FLAG_WINDOW_IS_OBSCUREDJava 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상