我刚刚读到,可以将一些消息分组到collapse_key中。是否有可能在collapse_key中获得这个IntentService?我需要它是因为身份确认的原因。
发布于 2014-08-12 10:08:57
你是说有意图吗?试试这个:
String collapseKey = intent.getStringExtra("collapse_key");
https://stackoverflow.com/questions/25261503
相似问题