79196424

Date: 2024-11-17 03:05:46
Score: 2.5
Natty:
Report link

It seems to work for me. I believe you also wrote extraAction1 code as below?

>             extraAction1 =
>                 NotificationCompat.Action.Builder(
>                 IconCompat.createWithResource(context, R.drawable.call_24px),
>                 "My Text",
>                 myPendingIntent
>                 ).build()
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: horizons17