Hi all,
I am newly with android development,
There are some question bother me.
How to fix landscape mode when boot on device??
I had change manifest.xml
-> <activity android:name=".sensorDemo"
android:screenOrientation="landscape"
android:label="@string/app_name">
but that only change sensorDemo screen.
That doesn't I want.
I want to set landscape mode when boot on device and show main screen.
what methods does I try it??
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---