Encountered in the development of a ativity need to force horizontal screen, for example: a ativity is responsible for playing video, vertical screen looks extremely ugly, then simply open the activity when you let it horizontal screen display.
This requires finding the activity in the manifest file and then adding a line of code to specify how it should be displayed:
android:screenorientation= "Landscape" (forced horizontal screen)
Android:screenorientation= "Portrait" (forced vertical screen)
Code location
650) this.width=650; "src=" Http://s1.51cto.com/wyfs02/M01/76/5E/wKiom1ZRbhTT4z9LAAFZwOKPGUI244.jpg "title=" Qq20151122152532.jpg "alt=" Wkiom1zrbhtt4z9laafzwokpgui244.jpg "/>
This article is from the "Mobile Platform Development" blog, make sure to keep this source http://liuxudong1001.blog.51cto.com/10877072/1715672
Force horizontal screen and forced vertical screen for activity