短视频带货源码,使用消息通知,不显示可能的原因

软件工具
0 928


通知的安卓代码:

public class MyService extends Service {
…
public void onCreate() {
super.onCreate();
Log.d(“Myservice”, "onCreate execute ");
Intent intent = new Intent(this,MainActivity.class);
PendingIntent pi = PendingIntent.getActivity(this,0,intent,0);
Notification notification =new NotificationCompat.Builder(this)
.setContentTitle(“This is content title”)
.setContentTitle(“This is content text”)
.setTicker(“You have import thing to do it”)
.setWhen(System.currentTimeMillis())
.setSmallIcon(R.mipmap.ic_launcher)
.setLargeIcon(BitmapFactory.decodeResource(getResources(),R.mipmap.ic_launcher))
.setContentIntent(pi)
.build();
startForeground(1,notification);
}
}


这是安卓的服务中的代码,在活动MainActivity内要启动MyService:

case R.id.button2:
Intent intent = new Intent(this, MyService.class);
startService(intent);
break;


或者直接按钮的点击事件中显示通知:

case R.id.show:
Intent intent1 = new Intent(this,MainActivity.class);
PendingIntent pi = PendingIntent.getActivity(this,0,intent1,0);
NotificationManager manager =(NotificationManager)getSystemService(NOTIFICATION_SERVICE);
Notification notification = null;
notification =new NotificationCompat.Builder(this)
.setContentTitle(“This is content title”)
.setContentTitle(“This is content text”)
.setWhen(System.currentTimeMillis())
.setSmallIcon(R.mipmap.ic_launcher)
.setLargeIcon(BitmapFactory.decodeResource(getResources(),R.mipmap.ic_launcher))
.setContentIntent(pi)
.build();
manager.notify(2,notification);
break;



精选帖子
Android 可可影视 v3.3.6无广告纯净版 1939
Android QQ音乐 v11.3.7 定制版解锁免费听歌无广告版 2390
Android 草图大师SKP v1.5 解锁会员版 7828
Android OmoFun追漫神器 v4.2.1 无广告绿色版 4831
AdobeGenP Adobe全家桶系列激活工具 v3.5.0/3.4.14.1 绿色版 5409
Android 七猫免费听书 v1.4 解锁高级版 3851
超良心的抢票神器——Bypass1.16 3449
Android 玲珑加速器 v6.10.9.40 解锁无限时间 2251
Android 大师兄影视 v3.3.8 去广告会员版 1355
热门帖子
如何利用Sora 2创建流行AI人工智能视频大师班教程:掌握创作全流程,产出百万播放内容 84
三天AI智能体创业营,全程没虚的,全是拿来就能用的招,老板们想省劲搞增长,这课直接对标结果 71
2026最新头条玩法,用AI撸头条,3天必起号,3分钟1条,只需要复制粘贴,简单月入3W+ 57
短视频系统提升课,从构图到运镜、从理论到实战,全面掌握拍摄,提升个人与商业价值 54
B站音乐 哔哔音乐 开源免费音乐软件APP bilibili第三方免费音乐在线听和下载 52
酷我音乐解锁SVIP会员破解版 去广告去更新 最新版免费听付费音乐 v12.0.6.0 45
网易云第三方软件 受够网易云音乐的广告和臃肿了吗?可播变灰歌曲 安卓+PC全平台 36
Android 仓鼠4K v4.4.0 去广告纯净版 35
首推项目:一部手机轻松日入500+,简单易上手,长期可做,副业首选 35