Sapient
Company
Programming
Which of the following statements is/are false about Services in Android?
A. Services are used for repetitive and potentially long running operations such as Internet downloads.
B. Services are less likely to be terminated by the Android system.
C. Services cannot be assigned higher priority than Foreground activities.
1) Only B
2) Only C
3) B and C
4) none of the given options
Read Solution (Total 1)
-
- B and C
Foreground Services are less likely to be terminated by the Android system. - 7 years agoHelpfull: Yes(0) No(0)
Sapient Other Question