Viewing android.jar files in Android studio

Viewed 13

I have a question on viewing android.jar files in Android studio.

I'm looking at the android.jar in Android API 19 platform.

There is a class, AlarmManager.java The class contains a variable: private final IAlarmManager mService; IAlarmManager is red, and I'm seeing "Cannot resolve symbol IAlarmManager"

Why isn't the interface being recognized? How can I view the code for the interface? Is there a setting I need to enable in Android Studio? Thanks for your time.

enter image description here

0 Answers
Related