|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SDCService
Field Summary | |
---|---|
static String |
ACTION
Out custom service intent action |
static String |
INTENT_NAME_RUNNING_FLAG
The name for the intent extra holding the running flag |
Method Summary | |
---|---|
Context |
getApplicationContext()
Getter for the application context. |
Class<? extends Activity> |
getControlActivityClass()
Getter for the class of the control activity to start on selection of service notification. |
PowerManager |
getPowerManager()
Getter for the service context power manager |
ServiceManager |
getServiceManager()
Getter for the service manager |
void |
setServiceManager(ServiceManager serviceManager)
Setter for the service manager |
void |
stopSelf()
Method to signal the service to stop itself. |
Methods inherited from interface android.content.ComponentCallbacks |
---|
onConfigurationChanged, onLowMemory |
Field Detail |
---|
static final String ACTION
static final String INTENT_NAME_RUNNING_FLAG
Method Detail |
---|
ServiceManager getServiceManager()
void setServiceManager(ServiceManager serviceManager)
serviceManager
- the service manager to setPowerManager getPowerManager()
Class<? extends Activity> getControlActivityClass()
void stopSelf()
Context getApplicationContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |