【问题标题】:What happens to PendingIntents when user updates the app?当用户更新应用程序时,PendingIntents 会发生什么?
【发布时间】:2023-03-07 15:29:01
【问题描述】:

我知道,当用户更新他的应用程序时,数据(例如 sharedprefs 文件中的数据)不会被删除,但是计划的广播呢? PendingIntent 会被取消吗?

【问题讨论】:

    标签: android google-play android-pendingintent


    【解决方案1】:

    PendingIntents 在应用更新时不会被取消或删除。如果您在更新前安排了闹钟,这些闹钟将在更新后的预期时间触发。

    但是,如果您卸载该应用程序,所有PendingIntents、警报、私人数据、数据库等都会被取消/删除。

    【讨论】:

      猜你喜欢
      • 2012-06-04
      • 2012-09-20
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-04-06
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多