Mobile Data On Off Trigger Needed
Moderator: Martin
Mobile Data On Off Trigger Needed
Author, please could you add Mobile Data On Off Trigger?, is it possible?
Re: Mobile Data On Off Trigger Needed
Hi,
Unfortunately this feature is not available in the official Android API.
On some devices you could use trigger System Setting Changed: Global mobile_data. The value will usually be 0 (for off) or 1 (for on). You can use a condition Expression: setting==1 to see if it has been turned on or off.
Regards,
Martin
Unfortunately this feature is not available in the official Android API.
On some devices you could use trigger System Setting Changed: Global mobile_data. The value will usually be 0 (for off) or 1 (for on). You can use a condition Expression: setting==1 to see if it has been turned on or off.
Regards,
Martin
Re: Mobile Data On Off Trigger Needed
Thank you martin for reply, nowadays why titanium backup couldn't backup automagic premium?
Re: Mobile Data On Off Trigger Needed
Sorry, no idea. I don't use titanium backup.
I recommend to backup flows/widgets from time to time with an action Export Flows/Widgets and upload the resulting file to Google drive, Dropbox or send as an attachment to your gmail account.
I recommend to backup flows/widgets from time to time with an action Export Flows/Widgets and upload the resulting file to Google drive, Dropbox or send as an attachment to your gmail account.