Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

支付宝里 Notification.EXTRA_TITLE 和 Notification.EXTRA_TEXT 获取不到任何信息,其他APP 都正常 #111

@harryliuy

Description

@harryliuy

支付宝可以收到消息推送。但就是拿不到内容,有人知道原因吗
Notification notification = sbn.getNotification();
Bundle extras = notification.extras;
title = extras.getString(Notification.EXTRA_TITLE, "");
content = extras.getString(Notification.EXTRA_TEXT, "");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions