Page 1 of 1
Android Wear notifications
Posted: 27 Nov 2017 16:29
by Wibbly
Could Automagic 'emulate'/spoof the attachment of a Wear device and then trigger on Notifications sent to that device? Some apps filter their notifications nicely and it would be good to be able to access them. E.g. Google Maps giving directions as you drive. It doesn't seem possible to isolate these notifications from the persistent notification that appears on the phone.

Re: Android Wear notifications
Posted: 01 Dec 2017 10:22
by Wibbly
.. if the Android Wear app is installed, can Automagic 'see' the notofications sent to a wear device (even if it's not present)?
Re: Android Wear notifications
Posted: 03 Dec 2017 19:36
by Martin
It might be possible, but it highly depends on the way the app that posts the notification is implemented.
There's no way to detect a notification when the app directly posts the notification on the wear device only. However if the app posts the notification on the main device and Android Wear app sends/syncs the notification to the wear device, it might be possible to detect. If I recall correctly, some apps post a notification and then immediately cancel the notification on the main device which has the effect of only posting the notification on the Wear device.
You can use a trigger Notification on Statusbar Displayed with the package name of interest and a condition Debug Dialog to see if the notification can be detected on the main device.
Regards,
Martin
Re: Android Wear notifications
Posted: 03 Dec 2017 19:58
by Wibbly
Thanks. i wasn't aware of Debug Dialog