-1

I killed com.android.phone using

adb shell kill pid

But when i run

adb shell ps

i can still find this process. Which application started it again.Are there certain packages which are always restarted by android by itself?

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Saurabh Shrivastava
  • 1,394
  • 4
  • 21
  • 50

1 Answers1

0

Yes, some of the system apps will always suppose to be running for the consistency of android OS.

com.android.phone is one of them.

Mohammad Arman
  • 7,020
  • 2
  • 36
  • 50