Data Roaming Setting

dhj49er

Well-known member
Data Roaming is available as a System Setting (Global)

Attached is a simple macro to control the setting via a variable, DataRoaming.

I set the variable to enable data roaming - in countries where my 3 SIM has international roaming included.
For everywhere else I reset the variable to disable data roaming.

Attached is a screenshot of the macro.
 

Attachments

  • Screenshot_20210401-171337_MacroDroid.jpg
    Screenshot_20210401-171337_MacroDroid.jpg
    270.1 KB · Views: 40

Elenkhos

Member
A tiny suggestion/comment: did you use constraints on purpose and not if/else clause? Now both of those constraints will be always checked. If/else would be a tiny bit more efficient ;)
 

dhj49er

Well-known member
Yes, used on purpose...as this macro only runs when I travel abroad which is only a couple of times a year in a normal year and not at all for over 18 months.
So being a tiny bit more efficient isn't necessary.
 

macrodroidforum

New member
Is it possible to run the script only when connected to specific providers?
You would have to access gsm.operator.iso-country to work with that.
 
Top