public abstract class PreBootBroadcaster
extends IIntentReceiver.Stub
Intent.ACTION_PRE_BOOT_COMPLETED
to all
system apps that register for it. Override onFinished()
to handle
when all broadcasts are finished.Constructor and Description |
---|
PreBootBroadcaster(ActivityManagerService service,
int userId,
ProgressReporter progress,
boolean quiet) |
Modifier and Type | Method and Description |
---|---|
abstract void |
onFinished() |
void |
performReceive(Intent intent,
int resultCode,
String data,
Bundle extras,
boolean ordered,
boolean sticky,
int sendingUser) |
void |
sendNext() |
public PreBootBroadcaster(ActivityManagerService service, int userId, ProgressReporter progress, boolean quiet)