I'm facing the very same issue. Did you find the solution ?
On 11 fév, 03:52, vovkab <[email protected]> wrote: > Can't get actions like: > # android.wallpaper.tap > # android.home.drop > > I tried on CubeWallpaperexample by adding to CubeEngine class: > @Override > public BundleonCommand(String action, int x, int y, int z, > Bundle > extras, > boolean resultRequested) { > System.out.println("action" + action); > return super.onCommand(action, x, y, z, extras, > resultRequested); > } > > No actions happens by tapping dropping and etc. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

