How it can be recognized that something touches th

2019-09-21 06:27发布

问题:

I want to know how it can be recognized that something is taped to the Camera in Android?

Any help please!

Thanks

回答1:

you need to invoke onInterceptTouchEvent() method. please check its syntax and more information here.