Start a new topic

How to rotate the screen in Android

How to rotate the screen in Android


How to rotate the screen in Android 

Now i setting Activity same :  android:configChanges="screenSize|orientation|keyboardHidden"

                                             android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

But the screen rotate is not work?

Hi Bruce,


Please check if your set-up is same as in provided Sample Application's source code.

Do not set fixed "android:screenOrientation" landscape/portrait in AndroidManifest.xml of your AR-Activivty

Check if screen rotation is enabled on your device, compare attachment


Kind regards,
Andreas
Login or Signup to post a comment