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

SingleUserService

public class SingleUserService extends android.app.Service

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

        return mBinder;
    
public voidonCreate()


    
       
        super.onCreate();
        Toast.makeText(this,
                "Service created as user " + UserHandle.myUserId(),
                Toast.LENGTH_LONG).show();