Pergunta

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.

Foi útil?

Solução

Try adding:

android:configChanges="orientation|keyboardHidden"
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top