Which of the following is false regarding the manifest’s activity element?

a. android:name is the app’s name.
b. android:label is the Activity’s name.
c. android:screenOrientation specifies the Activity’s orientation.
d. android:windowSoftInputMode can be used to specify that the soft keypad should be displayed immediately when the app executes and should reappear each time the user returns to the app.


a. android:name is the app’s name. Actually, android:name is the Activity’s class name

Computer Science & Information Technology

You might also like to view...

In evaluating the following logical expression, which are the first and last operations to be performed?

c == a + d * b || a < b a. * first, || last b. + first, || last c. * first, == last d. + first, == last

Computer Science & Information Technology

An instruction is fetched by the instruction control unit during __________ and executed by the arithmetic and logic unit during __________.

a. E-time/I-time b. F-time/E-time c. I-time/E-time d. The premise of this question is false.

Computer Science & Information Technology

What type of variable is the RUBY_PLATFORM special variable?

A. integer B. float C. bignum D. string

Computer Science & Information Technology

After a table has been named, that name can be used in functions instead of cell references.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology