Is there any trigger for mobile datanetwork??
Actually i want to perform an action when i switch on mobile datanetwork....
mobile datanetwork trigger
Moderator: Martin
Re: mobile datanetwork trigger
There's no such trigger and I think there's no official way to detect this change.
However you could use a trigger System Setting Changed with category Global and name mobile_data to see if the setting is changed (value 1 means on, 0 means off). You can use a condition Expression: setting==1 to differentiate between the on/off case.
It depends on Android version if this actually works. On older Android versions the setting might have a different name or might not be available at all.
However you could use a trigger System Setting Changed with category Global and name mobile_data to see if the setting is changed (value 1 means on, 0 means off). You can use a condition Expression: setting==1 to differentiate between the on/off case.
It depends on Android version if this actually works. On older Android versions the setting might have a different name or might not be available at all.