【问题标题】:How it can be recognized that something touches the camera or finger is touched in android? [closed]在android中如何识别触摸相机或触摸手指的东西? [关闭] 【发布时间】:2012-02-01 12:43:05 【问题描述】: 我想知道如何识别在 Android 中的相机上粘贴了某些东西? 请帮忙! 谢谢 【问题讨论】: 标签: android android-camera 【解决方案1】: 您需要调用 onInterceptTouchEvent() 方法。 请检查其语法和更多信息here。 【讨论】: 我没有使用 ViewGroup,onIntercepttouchEvent() 属于 ViewGroup。那么我怎样才能识别出某些东西被轻拍到相机呢?请不要介意.....对Android非常陌生。