Page 1 of 1

Looking to make a special notification to see current SSID

Posted: 31 Dec 2015 05:22
by evebrea
I'm trying to make a flow.. that when wifi is connected, tells me the SSID name in an ongoing notification, which i can then click to open wifi settings.. the problem is that for the whole notification thing i can't find a way to make it say the SSID . I tried {ssid} and a few other things, and i just can't manage it. Is it not possible? I'd appreciate some help. This is for a wifi-only table and i'd really rather not clutter it's status bar using XPOSED xssid to put the connection name in the status bar, as some can be rather long..

Re: Looking to make a special notification to see current SS

Posted: 31 Dec 2015 11:11
by TraianC
The trigger WiFi Connected provides a valid SSID name only when the phone actually connects to a WiFi network, otherwise you get null.

Try these two flows:
http://automagic4android.com/flow.php?i ... 56f4dec788

To test you must disable phone WiFi and then enable it back to simulate a WiFi connection. Then click on the displayed notification to open WiFi Settings.