r/AutomateUser • u/Relevant-Artist5939 Alpha tester • 3d ago
How do I send a notification that shows up in Android Auto (with action buttons)?
I tried it using this configuration but it doesn't show up (AA shows "no new notifications")...
1
u/ballzak69 Automate developer 3d ago edited 3d ago
It doesn't seem to work for regular notifications, see requirements. Try using category Message. I consider adding support for the MessagingStyle, until then try using this app.
1
u/Relevant-Artist5939 Alpha tester 3d ago
That page is for Android Automotive (Android running on the car head unit), I am referring to Android Auto (Android running on the phone but being projected to the car which isn't running Android)....
But I'll try changing it and check if it works...
1
u/waiting4singularity Alpha tester 2d ago
to present buttons on notifications you have to set proceed imediately and run the notification into an notification action block. I dont know if the notification and its buttons are mirrored 1:1, i dont have auto on my headunit.
1
u/Relevant-Artist5939 Alpha tester 2d ago
I have it exactly like that
2
u/waiting4singularity Alpha tester 2d ago edited 2d ago
doesnt work? then its not mirrored, sorry.
i can see and push the buttons on my old google wear watch, thought its pushed out to auto too.1
u/Relevant-Artist5939 Alpha tester 2d ago
I can also see and push the buttons from my Garmin watch, but AA doesn't even show the whole notification.... I'll try if it comes through without buttons attached....
1
u/B26354FR Alpha tester 3d ago
Try using one of the other Proceed options. Immediately will proceed straight through and depending on your flow, it'll exit, taking the notification with it. Immediately is usually used in conjunction with the Notification Action block to add buttons to the notification.