望舒936 2022-03-21 23:48 采纳率: 16.7%
浏览 8

Notification属性定义

Intent intent1 = new Intent(this,NotificationActivity.class);
PendingIntent pendingIntent = PendingIntent.getActivity(this, 0, intent1, 0);
这样定义哪有问题 为啥在avd上运行上出现应用屡次停止的bug?

求解😭

  • 写回答

1条回答 默认 最新

  • 不会写代码的猴子 优质创作者: 操作系统技术领域 2022-03-22 10:16
    关注

    你先把报错的日志贴出来看看吧

    评论

报告相同问题?

问题事件

  • 创建了问题 3月21日