Lock Android phone application to Portrait mode -


can tell me how lock application portrait mode? simple configuration in manifest file?

yes. add android:screenorientation="portrait" manifest under main activity.

<activity android:name=".youractivity" android:screenorientation="portrait"... /> 

Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

jQuery clickable div with working mailto link inside -