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?
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?
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.