문제

I am wondering how I can make the orientation of the screen permanent, even when the phone has a slide-out keyboard. This is the code I have:

<activity android:name=".AppName" android:label="@string/app_name"
android:screenOrientation="portrait">

Thanks.

도움이 되었습니까?

해결책

Try adding:

android:configChanges="orientation|keyboardHidden"
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top