Is it possible to support both landscape orientations in Honeycomb? My application is set to landscape orientation only, but it doesn’t change if you flip the device 180 degrees.
Is it possible to support both landscape orientations in Honeycomb? My application is set
Share
Yes. Set the
android:screenOrientationattribute in yourAndroidManifest.xmltosensorLandscape.You can read the documentation here.