List of questions
Related questions
Question 99 - Associate Android Developer discussion
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.
Your answer:
0 comments
Sorted by
Leave a comment first