Multiple choice technology platforms and products

Android native libraries, on the top of Linux Kernel, does not include

  1. WebKit

  2. Media Framework

  3. Notification Manager

  4. Surface Manager

  5. Only a & b

  6. None of Above

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

WebKit, Media Framework, and Surface Manager are all C/C++ native libraries running directly above the Linux Kernel. In contrast, the Notification Manager (596959) belongs to the higher-level Java Application Framework layer, meaning it is not part of the native libraries layer.