if macro change to :
wifi ON
then
airplane ON still wifi ON
if ended
airplane OFF
still difficult ?
I don't want to use Shizuku , wireless debugging and etc , just macro
OR
routine in samsung can hadle this ?
thanks
It looks like you are planning to use WiFi in airplane mode.
Turning on Airplane mode will turn off WiFi, a restriction built into later versions of Android by Google.
Unfortunately no app is allowed to turn on WiFi in Airplane mode, another Google restriction.
In MacroDroid it means that the WiFi on action will not work. However, there are ways to turn on WiFi in airplane mode.
One way is to use UI interaction actions to click on the status bar icon. This requires the phone screen to be on, which may not suit your use case.
Another way is to use ADB shell commands via for example Shizuku or Termux. These commands can be executed with the phone screen off.
There are numerous threads covering this, should you be interested. I use Shizuku and I find it simple to install, pair and use.