Multiple choice technology operating systems

In which layer of the android architecture the basic drivers like Display Driver,Camera Driver, Audio Driver, Wifi Driver etc., will present?

  1. Libraries

  2. Application Framework

  3. Applications

  4. Linux Kernel

  5. Android Runtime

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The Linux Kernel layer contains all hardware drivers including Display, Camera, Audio, and WiFi drivers. This is the bottom layer of Android architecture that interfaces with the hardware. Libraries are above the kernel, Application Framework is above libraries, and Applications are at the top.