I’m trying to create a shortcut to internet connectivity panel using Tasker/Macrodroid.
So far I’ve learned i need to call ACTION_INTERNET_CONNECTIVITY but I don’t know how.
I’m a noob and don’t know anything about Android development. Can someone please help?
Update: solved by using this intent: android.settings.panel.action.INTERNET_CONNECTIVITY
Thanks GPT4! The exact intent I needed was this: android.settings.panel.action.INTERNET_CONNECTIVITY