public class

ContactsUpgradeReceiver

extends BroadcastReceiver
java.lang.Object
   ↳ android.content.BroadcastReceiver
     ↳ com.android.providers.contacts.ContactsUpgradeReceiver

Class Overview

This will be launched during system boot, after the core system has been brought up but before any non-persistent processes have been started. It is launched in a special state, with no content provider or custom application class associated with the process running. It's job is to prime the contacts database. Either create it if it doesn't exist, or open it and force any necessary upgrades. All of this heavy lifting happens before the boot animation ends.

Summary

Public Constructors
ContactsUpgradeReceiver()
Public Methods
void onReceive(Context context, Intent intent)
[Expand]
Inherited Methods
From class android.content.BroadcastReceiver
From class java.lang.Object

Public Constructors

public ContactsUpgradeReceiver ()

Public Methods

public void onReceive (Context context, Intent intent)