Skip to content

Commit 32902df

Browse files
committed
update notification
update notification
1 parent fe7e1f9 commit 32902df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day22_notification/src/main/java/momo/com/day22_notification/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void sendGoto(View view) {
5151
//设置小图标
5252
builder.setSmallIcon(R.mipmap.sing_icon)
5353
.setTicker("震惊!一对情侣竟然...")
54-
.setContentText("在千锋学习,并找到满意的工作")
54+
.setContentText("上课不学习,并找到满意的工作")
5555
.setContentTitle("月薪过万");
5656

5757
//跳转到指定的Activity

0 commit comments

Comments
 (0)