• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Screen Orientation is not changing in Manifest file.

I am not getting the desired output. Please correct me where I am wrong. thank you.

<activity
android:name=".Main2Activity"
android:label="@String/app_name"
android:theme="@Style/AppTheme.NoActionBar">
android:screenOrientation="Landscape">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
 
Back
Top Bottom