I made a live wallpaper using Libgdx for android.
It is working fine on devices below 4.0.4 but on devices having operating system 4.0.4 and above my live wallpaper is not getting callback in offsetChange()
listener. Libgdx is forwarding the Android onOffsetChanged()
callback.