File
Doc
Category
Size
Date
Package
ActivityStarter.java
API Doc
Android 5.1 API
1008
Thu Mar 12 22:22:42 GMT 2015
com.android.systemui.statusbar.phone
ActivityStarter
public interface ActivityStarter
An interface to start activities. This is used to as a callback from the views to {@link PhoneStatusBar} to allow custom handling for starting the activity, i.e. dismissing the Keyguard.
Fields Summary
Constructors Summary
Methods Summary
public void
startActivity
(
android.content.Intent
intent,
boolean
dismissShade)
Java Code Source