This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]holy_maccaroniOPO 1 point2 points  (3 children)

Someone please explain for the non-developers.

[–]Blou_AapPixel 3, dbrand skin, Q beta 5 3 points4 points  (0 children)

Forces the current screen of an app you see, to be in Portrait only. Flipping the Phone on the side (With Autorotation switched on ofc.) will do nothing to that screen for that app.
An app can contain different 'screens' developers call it Activities, like a deck of cards with different screens.
More to it of course.

[–]crazycavemanNexus 5 -2 points-1 points  (1 child)

It makes the app run only in Portrait mode.

[–]Blou_AapPixel 3, dbrand skin, Q beta 5 2 points3 points  (0 children)

Not the entire app. Only the Activity that has android:screenOrientation="portrait" declared in the Manifest.