Is the call screen in Android different (class name) on different phones depending on the manufacturer?

In the emulator, the activity displayed on the call screen of the incoming call is implemented in a class called "com.android.phone.InCallScreen".

Is this true on all Android phones or just unmodified Android software released by Google?

+3


source to share


1 answer


It usually depends on the manufacturer's name such as

com.<manufecturer>.phone.InCallScreen

      



If you want to check with different devices, Tab Hierarchy Viewer

or Devices

Eclipse will display the process

name on incoming call

+2


source







All Articles