Does it have something to do with using an Android Virtual Device ? My
Android phone is still on 1.6 version. I can't test on a real device.
I planned to use both "android.wallpaper.tap" and "android.home.drop"
to let users interact with the Live Wallpaper I'm developping. But
now, I'm stuck...


On 8 mar, 08:15, STKFF <[email protected]> wrote:
> 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

Reply via email to