Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My notification action icons don't be shown in android 7

My notification action icons don't be shown in android 7 (N)! Is it a change in Android 7? Can not I use them anymore?
I see this problem when I run my app (That targeted API23) on Nexus 6P with Android 7.

like image 728
YUSMLE Avatar asked Feb 07 '17 06:02

YUSMLE


1 Answers

Yes, Google redesigned notifications in Android 7 and abort icon for actions. You can also check this: https://developer.android.com/about/versions/nougat/android-7.0.html#notification_enhancements

like image 146
HamidReza Avatar answered Nov 07 '22 02:11

HamidReza