【发布时间】:2018-02-07 11:16:59
【问题描述】:
我正在将我的应用程序的 IntentServices 移动到 JobIntentServices,但我的一些 IntentServices 正在使用 AlarmManager 运行以使用 PendingIntent 安排 IntentService 运行
如何安排支持 Android 16+ 的 JobIntentService 运行?
谢谢
【问题讨论】:
标签: java android performance kotlin