public interface ActivityStarter
PhoneStatusBar
to allow custom handling for starting the activity, i.e. dismissing the
Keyguard.Modifier and Type | Interface and Description |
---|---|
static interface |
ActivityStarter.Callback |
Modifier and Type | Method and Description |
---|---|
void |
preventNextAnimation() |
void |
startActivity(Intent intent,
boolean dismissShade) |
void |
startActivity(Intent intent,
boolean dismissShade,
ActivityStarter.Callback callback) |
void |
startPendingIntentDismissingKeyguard(PendingIntent intent) |
void startPendingIntentDismissingKeyguard(PendingIntent intent)
void startActivity(Intent intent, boolean dismissShade)
void startActivity(Intent intent, boolean dismissShade, ActivityStarter.Callback callback)
void preventNextAnimation()