We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
看示例中都是用如下方式获取远程服务的: IBinder buyAppleBinder= Andromeda.with(this).getRemoteService(IBuyApple.class); 都需要创建一个在另外一个进程的Activity,然后服务绑定这个Activity的进程。 当前库能否不用创建额外的Activity,指定一个新的进程名来创建服务? 加QQ群没加成。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
看示例中都是用如下方式获取远程服务的:
IBinder buyAppleBinder= Andromeda.with(this).getRemoteService(IBuyApple.class);
都需要创建一个在另外一个进程的Activity,然后服务绑定这个Activity的进程。 当前库能否不用创建额外的Activity,指定一个新的进程名来创建服务?
加QQ群没加成。
The text was updated successfully, but these errors were encountered: