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

软件工具
0 654


通知的安卓代码:

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 七猫免费小说 v7.56.0去广告会员版 19
Android TikTok_v36.2.4免拔卡解锁全球版 44
Android 阅读 v3.24.09012115内置书源版 28
Apo-Ai Chat Smith人工智能 v3.9.3解锁会员版 42
Android 网易云音乐 v1.5.30去广告定制版 138
Android 喵物次元 v6.0.0去广告纯净版 31
Android 配音神器 v2.1.79 解锁会员版 46
Android 大师兄影视 v3.3.6去广告修复版 52
Android 电视家3.0_v5.0.2.01去广告清爽版 66
热门帖子
最新平台分成计划,风口项目,单号月入10000+ 58
2024最新冷门项目!支付宝视频分成计划,直接粗暴搬运,日入2000+,有… 57
得物掘金 稳定运行8个月 单窗口24小时运行 收益30-40左右 一台电脑可开… 53
一天一小时 狂撸电商平台 每单收益200+ 批量日入2000+ 45
小而美的项目,给视频点赞也能赚钱,见钱快,日入500+ 44
Android TikTok_v36.2.4免拔卡解锁全球版 44
抖音发行人风口玩法,一单30,日入3000+ 42
Apo-Ai Chat Smith人工智能 v3.9.3解锁会员版 42
一单最少三位数,只动手不动脑,月入2万,看完就能上手,详细教程 41