<activity android:name="Intro"
android:screenOrientation="portrait"
android:label="@string/app_name">
<intent-filter>
<action android:name="com.gmaninc.package.INTRO" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
Run Code Online (Sandbox Code Playgroud)
清单中每个活动的以下内容之一
android:screenOrientation="portrait"
android:screenOrientation="landscape"
Run Code Online (Sandbox Code Playgroud)