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

c# - IMAP GMAIL getting folder list problem -

PHP proxy to get XML: problem with URL arguments -