What are the wake locks available in android?

A - PARTIAL_WAKE_LOCK

B - SCREEN_DIM_WAKE_LOCK

C -SCREEN_BRIGHT_WAKE_LOCK

D - FULL_WAKE_LOCK

E - FULL_WAKE_LOCK


E - FULL_WAKE_LOCK

Computer Science & Information Technology

You might also like to view...

________ creates a String array of 5 rows and 16 columns.

a) new string( 4, 15 ) b) new string( 5, 16 ) c) new string( 6, 17 ) d) new string( 16, 5 ) e) new string( 17, 6 )

Computer Science & Information Technology

From the following list, select all of those which are valid top level domain suffixes.

a. COM b. EDU c. MWG d. MIL e. They all are.

Computer Science & Information Technology

You enter ActionScript in the ____ panel.

A. Scripting B. Actions C. Code D. Dynamic

Computer Science & Information Technology

Which is true about a bag collection?

A. it is an unordered collection B. it is a standard collection type in Python C. bags can contain only numeric objects D. bags are of a fixed size

Computer Science & Information Technology