Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何知道 Firebase JobDispatcher 后台作业现在以编程方式为特定标签活动。
您可以使用adb shell dumpsys activity service GcmService,它将列出所有计划的作业。请检查您的服务。
adb shell dumpsys activity service GcmService