Short Answer
Inside an activity element of the AndroidManifest.xml file, write the code so that this activity is supported only in horizontal orientation.
< activity
android:name = ".MainActivity"
< !-- Your code goes here -->
< /activity>
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q75: The _ class from the android.appwidget package
Q76: Code a private class that implements the
Q77: We want to add the following annotations
Q78: Inside activity_main.xml, we defined a Button element
Q79: Inside MainActivity.java, write the code to retrieve
Q81: Inside the application element of the AndroidManifest.xml
Q82: The _ method of the Activity class
Q83: Inside an Activity class, we want to
Q84: The _ method of the GestureDetector.OnGestureListener is
Q85: The _ class enables us to draw