File
Doc
Category
Size
Date
Package
DisabledService.java
API Doc
Android 1.5 API
911
Wed May 06 22:42:02 BST 2009
com.android.unit_tests.enabled_app
DisabledService
java.lang.Object
android.app.Service
public class DisabledService extends android.app.Service
Empty Service for testing
Fields Summary
Constructors Summary
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
return null;
Java Code Source