-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
thanks for the code tutorial, but git clone and run makes a crash like: "Service Intent must be explicit:",
I fix this with setpackage in bindservice like
@Override
protected void onStart() {
super.onStart();
bindService(new Intent("app.mabel.com.testservice.MySimpService").setPackage("app.mabel.com.testservice"),this,BIND_AUTO_CREATE);
bindService(new Intent("app.mabel.com.testservice.AsyncService").setPackage("app.mabel.com.testservice"),con,BIND_AUTO_CREATE);
}
Metadata
Metadata
Assignees
Labels
No labels