[android-developers] How to change Android Home screen orientation by a program

2009-11-25 Thread GodzillaHaur
Dear all: I got a question about screen orientation in Android Home screen. The scenario is as following. A G-sensor detects the movement on the device. Then it rotates the screen. If the device is portrait mode, the system sets to landscape mode. With G-sensor, theres is a SensorService to

Re: [android-developers] How to change Android Home screen orientation by a program

2009-11-25 Thread Dianne Hackborn
The built-in home screen doesn't allow itself to be changed based on the sensor, by design. To change this you will need to replace it with your own home screen. On Wed, Nov 25, 2009 at 5:23 AM, GodzillaHaur godzillah...@gmail.comwrote: Dear all: I got a question about screen orientation in