To prevent rotation of the screen in Android you can use one of two statements:
Android: screenOrientation = “portrait”
or
Android: screenOrientation = “landscape”
being included in the activity tag in the file AndroidManifest.xml.
To prevent rotation of the screen in Android you can use one of two statements:
Android: screenOrientation = “portrait”
or
Android: screenOrientation = “landscape”
being included in the activity tag in the file AndroidManifest.xml.
Leave a Reply