Android Application Development (AND-401) — Question 15

Which is not included in the Android application framework?

Answer options

Correct answer: C

Explanation

The correct answer is C, DialerManager, as it is not part of the Android application framework but rather a feature related to phone call management. In contrast, WindowManager, NotificationManager, and PackageManager are all integral components of the Android application framework that manage UI windows, notifications, and application packages, respectively.