I am developing a launcher, now I am working with app widgets, I follow the tutorial from here: AppWigetHost tutrial - Leonardo Fischer Everything goes well until I tried a
I encountered the same problem,I solved it by overwriting the method
ViewGroup#onInterceptTouchEvent(MotionEvent ev).
See "Managing Touch Events in a ViewGroup" for detail.