Launchers touch features support (aka remove '5' secs delay)
Launchers touch features support (aka remove ‘5’ secs delay) #
When you press “home” Android will introduce a 5 secs delay to any app and service trying to execute an intent unless the app sending that intent is the current launcher. This prevents Kustom Wallpaper to launch apps without delay since it is running as a service.
This can be easily removed by adding support within the launcher for trusted wallpapers in order to let them remove this delay via a content provider. In order to support this what you should do is the following:
...