android.os
Class SystemService
java.lang.Object
android.os.SystemService
public class SystemService
- extends Object
|
Method Summary |
static void |
start(String name)
Request that the init daemon start a named service. |
static void |
stop(String name)
Request that the init daemon stop a named service. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemService
public SystemService()
start
public static void start(String name)
- Request that the init daemon start a named service.
stop
public static void stop(String name)
- Request that the init daemon stop a named service.
Please submit a feedback, bug or feature