How can I click a notification action button programmatically (another application notif, not my)? I can click a normal button by using the button.performClick() method. I have accessibility service to listen to incoming notification (and Notification Service listener to android 5.0+), So,there is any way to do that?
For example, click Turn on battery saver or share/delete pragmatically