gpt4 book ai didi

android IntentService 当 Intent 为空时会出现什么问题?

转载 作者:行者123 更新时间:2023-11-29 22:24:49 25 4
gpt4 key购买 nike

嗨在创建了一个月的 Intent 之后,我突然在我的 Notification PendingIntent 中撞墙,我这样做了:

Intent intent = new Intent(getApplicationContext(), SendFileService.class);
intent.putExtra("uuid", "123-456-34");

SendFileService 是一个IntentService

令我惊讶的是 IntentService onHandleIntent extras.getString("uuid");

为空。

可能是什么原因。我什至添加了一个 action 来测试,但还是一样。我显然做错了什么或遗漏了一些这方面的知识。

有什么想法吗?

最佳答案

来自 the docs

The name must include a package prefix, for example the app com.android.contacts would use names like "com.android.contacts.ShowAll".

关于android IntentService 当 Intent 为空时会出现什么问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6239794/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com