File
Doc
Category
Size
Date
Package
EmptyService.java
API Doc
Android 5.1 API
1023
Thu Mar 12 22:22:42 GMT 2015
com.google.android.test.activity
EmptyService
java.lang.Object
android.app.Service
public class EmptyService extends android.app.Service
Fields Summary
Constructors Summary
Methods Summary
public
android.os.IBinder
onBind
(
android.content.Intent
intent)
return null;
public void
onCreate
()
super.onCreate(); Log.i("StartEmpty", "STARTED!");
Java Code Source