Can't get actions like:
# android.wallpaper.tap
# android.home.drop

I tried on Cube Wallpaper example by adding to CubeEngine class:
                @Override
                public Bundle onCommand(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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to