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
Already tried that and similar apps, but this activity is not listed.