Recent content by e_voloshchak

  1. e_voloshchak

    How to execute a class method by clicking a notification action button?

    Hello everybody! I`m developing a simple messaging/calling app, using Android`s self managed connection service. So, when I want to display incoming call, i create notification with two action buttons (Accept and Decline). The problem is, i cannot call setDisconnected method of my Connection...