You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to toggle Hiddify on and off on Android with Tasker, but it needs the app to support receiving broadcast intents. I've looked at the app source but I think all intents are current private. Would it be possible to add in a broadcast receiver that would toggle the proxy?
The text was updated successfully, but these errors were encountered:
I should be able to just call the same intent that's used by the shortcut, but I don't think the shortcut actually works. There's no intent listener for android.intent.action.MAIN on ShortcutActivity.
Feature description
I would love to be able to toggle Hiddify on and off on Android with Tasker, but it needs the app to support receiving broadcast intents. I've looked at the app source but I think all intents are current private. Would it be possible to add in a broadcast receiver that would toggle the proxy?
The text was updated successfully, but these errors were encountered: