<activity android:name=".MyActivity"
android:label="@string/app_name"
android:screenOrientation="portrait">
How to disable the auto-rotate feature?
In some case, we want our app run in portrait mode only, so we have to disable the auto-rotate feature. Simple add the statement android:screenOrientation="portrait" in your AndroidManifest.xml, inside <activity>
{ 0 comments... read them below or add one }
Post a Comment