FileDocCategorySizeDatePackage
EmptyService.javaAPI DocAndroid 5.1 API1023Thu Mar 12 22:22:42 GMT 2015com.google.android.test.activity

EmptyService

public class EmptyService extends android.app.Service

Fields Summary
Constructors Summary
Methods Summary
public android.os.IBinderonBind(android.content.Intent intent)

        return null;
    
public voidonCreate()

        super.onCreate();
        Log.i("StartEmpty", "STARTED!");