We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
支付宝可以收到消息推送。但就是拿不到内容,有人知道原因吗 Notification notification = sbn.getNotification(); Bundle extras = notification.extras; title = extras.getString(Notification.EXTRA_TITLE, ""); content = extras.getString(Notification.EXTRA_TEXT, "");
The text was updated successfully, but these errors were encountered:
按理说,在怎么着,只要有通知栏消息,Notification.EXTRA_TITLE title总应该能获得啊
Sorry, something went wrong.
No branches or pull requests
支付宝可以收到消息推送。但就是拿不到内容,有人知道原因吗
Notification notification = sbn.getNotification();
Bundle extras = notification.extras;
title = extras.getString(Notification.EXTRA_TITLE, "");
content = extras.getString(Notification.EXTRA_TEXT, "");
The text was updated successfully, but these errors were encountered: