Re: [android-developers] Setting Screen Orientation in Service!!

2011-10-05 Thread Sebastian Tomaszewski
Marcin, Point well taken, but this doesn't help me... Just a side note, my APP will not be published on the market.Again your comment doesn't help me here, but thanks... Sebo On Wed, Oct 5, 2011 at 2:26 AM, Marcin Orlowski wrote: > And why you want to enforce certain screen orientation

Re: [android-developers] Setting Screen Orientation in Service!!

2011-10-05 Thread Marcin Orlowski
And why you want to enforce certain screen orientation for non UI element like service? It's makes no much sense. If you really need certain orientation for your *Activity*, enforce it there, either via code or manifest. Otherwise keep your hands off of this unless you love users to give you names.

[android-developers] Setting Screen Orientation in Service!!

2011-10-04 Thread Sebastian Tomaszewski
Guys, Would you by any chance know if there is a way to set a Screen Orientation in Service? What I want is to set my android device to a specific Orientation at all times. The orientation that I am setting it too is not available currently on my device, but I can set it programmatically