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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -