在 Activity中
创新互联建站-专业网站定制、快速模板网站建设、高性价比阳江网站开发、企业建站全套包干低至880元,成熟完善的模板库,直接使用。一站式阳江网站制作公司更省心,省钱,快速模板网站建设找我们,业务覆盖阳江地区。费用合理售后完善,10余年实体公司更值得信赖。
Intent intent = new Intent();
intent.setAction("jingbao_Service");
intent.putExtra("flag", true);
startService(intent);
在Service中
public int onStartCommand(Intent intent, int flags, int startID){
Log.v(null, "onStartCommand");
//intent = new Intent();
Bundle bundle = intent.getExtras();
boolean flag = bundle.getBoolean("flag");
if(flag == true){
musicStart();
}else{
musicStop();
}
return START_STICKY;
}
这里需要说明的是 需要在onStartCommand()方法中接收数据
我原来在onCreate中接收 出现了 NullPoint 异常
新闻标题:androidActivity和Service之间传参数
URL链接:https://www.cdcxhl.com/article44/pdhsee.html
成都网站建设公司_创新互联,为您提供ChatGPT、搜索引擎优化、微信公众号、商城网站、服务器托管、云服务器
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联