renyuneyun / Easer

User-defined explicit automation for Android
https://renyuneyun.github.io/Easer/
GNU General Public License v3.0
799 stars 91 forks source link

Airplane with other connections #182

Open toby3d opened 5 years ago

toby3d commented 5 years ago

If I set Airplane mode and (for example) enabled WiFi in my profile, then after activation WiFi just not activate after toggling airplane.

In airplane mode user can force-activate Bluetooth, WiFi and/or Location. Profile must support this.

Device: Xiaomi Mi5s Plus OS: LineageOS 15

renyuneyun commented 5 years ago

You are right. I didn't even think of that. I'll try to figure it out.

o- commented 5 years ago

I found a workaround for now: Run commands "sleep 1 && svc wifi enable"

But it would still be great if it could be fixed :)