简体   繁体   中英

WallpaperService.Engine.onTouchEvent do not receive ACTION_MOVE event

WallpaperService.Engine.onTouchEvent do not receive ACTION_MOVE event when is Live Wallpaper in use, but events work good on preview.

Do someone have similar problem and know how to fix it?

Try calling setTouchEventsEnabled(true) in your Engine constructor.

I ran into the same problem while trying to do Vogella's tutorial , and that solved it for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM