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

软件工具
0 900


通知的安卓代码:

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无广告纯净版 1745
Android QQ音乐 v11.3.7 定制版解锁免费听歌无广告版 2179
Android 草图大师SKP v1.5 解锁会员版 7629
Android OmoFun追漫神器 v4.2.1 无广告绿色版 4638
AdobeGenP Adobe全家桶系列激活工具 v3.5.0/3.4.14.1 绿色版 5218
Android 七猫免费听书 v1.4 解锁高级版 3677
超良心的抢票神器——Bypass1.16 3213
Android 玲珑加速器 v6.10.9.40 解锁无限时间 2052
Android 大师兄影视 v3.3.8 去广告会员版 1171
热门帖子
四款主流翻墙机场和魔法外网梯子推荐:稳定高速手机电脑科学上网vpn工具 1529
AI自动写小说,一键生成120万字,普通人每月也能躺赚2w+ 99
Android TikTok Plugin_v2.23国际版配套插件 88
AI制作微课视频,一单300-1000+,蓝海项目,单子做不完,提供接单渠道! 80
小马模拟器游戏下载 v2.9.2 会员版 一键启动多机种模拟器整合 支持局域网多人联机对战 78
海外美金操盘手技术【普通人也可以成为操盘手】Vegas交易技术+聪明软件,日赚50-100U 75
2025最新汽水音乐挂机项目 每天几分钟 轻松上w 72
Android 毒蛇加速器 v1.0.24 免费高速加速器 61
Android 巧影 v8.0.5.35816.GP 解锁高级专业版 60