Trigger for Mobile Data Network Status
Moderator: Martin
Trigger for Mobile Data Network Status
Is it possible to have a trigger for mobile data network status, e.g. enable, disable? This will help to control activities for mobile data network.
Re: Trigger for Mobile Data Network Status
What kind of flow would you like to build?
It would be possible to add a trigger that is invoked when the connectivity changes (for example when the phone switches from WiFi to mobile data). It might also be possible to add a trigger to detect when data is transferred, but I have to check how reliable this is.
A trigger for the mobile data setting itself (the setting changed by action Set Mobile Datanetwork State) seems not to be possible to add.
It would be possible to add a trigger that is invoked when the connectivity changes (for example when the phone switches from WiFi to mobile data). It might also be possible to add a trigger to detect when data is transferred, but I have to check how reliable this is.
A trigger for the mobile data setting itself (the setting changed by action Set Mobile Datanetwork State) seems not to be possible to add.
Re: Trigger for Mobile Data Network Status
+1 for Trigger : Mobile Datanetwork Enabled with supplied variable data_state (0=unknown, 1=enabled, 2=disabled) like the wifi_state.
Last edited by natong on 02 Oct 2015 04:04, edited 1 time in total.
Re: Trigger for Mobile Data Network Status
Updated: Martin suggest me to use
Trigger: System Setting Changed
Category: Global
Name: mobile_data
value will be 0 for disabled and 1 for enabled
Trigger: System Setting Changed
Category: Global
Name: mobile_data
value will be 0 for disabled and 1 for enabled