AND-401 Exam QuestionsBrowse all questions from this exam

AND-401 Exam - Question 69


Which of the following attributes of the activity tag in the manifest file is used to set an activity screen to landscape orientation?

Show Answer
Correct Answer: D

To set an activity screen to landscape orientation, the correct attribute in the Android manifest file is 'android:screenOrientation' set to 'landscape'. This syntax ensures the activity is displayed in landscape mode whenever it is launched.

Discussion

1 comment
Sign in to comment
MmadiOption: D
Dec 31, 2022

D. android:screenOrientation="landscape"