I’ve read in a few places that PhoneApp (com.android.phone.PhoneApp.java), is a “persistent process” which is “started early in the boot sequence.” Can anybody explain exactly how and when this happens? Thanks.
I’ve read in a few places that PhoneApp (com.android.phone.PhoneApp.java), is a persistent process which
Share
Answering my own question….
The following entry in the AndroidManifest.xml file instructs the ActivityManager to start the specified activity.