Comment obtenir un verrou d'orientation au portrait Android StackOverflow

 <activity
            android:name="com.example.demo_spinner.MainActivity"
            android:label="@string/app_name"
            android:screenOrientation="portrait" >
        </activity>
Relieved Rhinoceros