I'm having an orientation issue with a Live Wallpaper that I wrote. Basically the canvas will rotate depending on the application opened above it. I tested this and realized that the onSurfaceChanged() method is firing when I return to the home screen from a previously opened application who's orientation was changed.

I suppose a better question would be, why does my Live Wallpaper Surface Change when an application is opened and it's orientation changed? Is there a way to prevent my Live Wallpaper orientation from ever changing? Thanks, hope that makes sense?

link|improve this question

Are you defining an orientation in the manifest? Or programmatically even? If not, the answers to this question should help. – gary comtois Dec 23 '10 at 0:21
No Activity is ever used (besides the settings activity) in a Live Wallpaper. A LWP extends WallpaperService where in by it creates an instance of the Engine Class within the onCreateEngine() function. – worked Dec 23 '10 at 19:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.