Multiple Choice
Select correct statements about Hardware Abstraction Layer (HAL) . (Choose two.)
A) The HAL provides standard interfaces that expose device hardware capabilities to the higher-level Java API framework.
B) The HAL function both as apps for users and to provide key capabilities that developers can access from their own app. For example, if your app would like to deliver an SMS message, you don't need to build that functionality yourself - you can instead invoke whichever SMS app is already installed to deliver a message to the recipient you specify
C) The HAL consists of multiple library modules, each of which implements an interface for a specific type of hardware component, such as the camera or bluetooth module. When a framework API makes a call to access device hardware, the Android system loads the library module for that hardware component.
D) Using a HAL, not using a Linux kernel, allows Android to take advantage of key security features and allows device manufacturers to develop hardware drivers for a well-known kernel.
Correct Answer:

Verified
Correct Answer:
Verified
Q32: An overridden method onCreateOptionsMenu in an Activity
Q33: Choose the most correct statement.<br>A) Android is
Q34: If you want to access a specific
Q35: About queries in DAO classes. Room verifies
Q36: Working with Custom View. To define custom
Q38: To create a basic JUnit 4 test
Q39: If no any folder like res/anim-<qualifiers>, res/drawable-<qualifiers>,
Q40: When your code execution reaches the breakpoint,
Q41: Select a correct statement about PagedList.<br>A) PagedList
Q42: Filter logcat messages. If in the filter