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
Is your feature request related to a problem? Please describe.
I would like to use Shortcuts (Intents) to automate some flows on my AndroidTV. Currently in app v3.6.0 or nightly (b2938c3), there's no "Enable app shortcuts" switch in the settings.
When I try to run the intent via adb I get just this, but nothing actually happens
adb shell am start -n com.zaneschepke.wireguardautotunnel.nightly/com.zaneschepke.wireguardautotunnel.service.shortcut.ShortcutsActivity -a START --es className WireGuardTunnelService --es tunnelName "<name>"
Describe the solution you'd like
Switch present in the settings.
Describe alternatives you've considered
I tried the official WireGuard app but it also comes with Intents disabled by default and on TV it's not possible to access settings at all 😕
Additional context
Could it be the limitation of the system?
AndroidTV 11
Kernel 5.4.210
What I currently see on the settings screen (nightly version)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I would like to use Shortcuts (Intents) to automate some flows on my AndroidTV. Currently in app v3.6.0 or nightly (b2938c3), there's no "Enable app shortcuts" switch in the settings.
When I try to run the intent via
adb
I get just this, but nothing actually happensCommand used (based on the comment):
adb shell am start -n com.zaneschepke.wireguardautotunnel.nightly/com.zaneschepke.wireguardautotunnel.service.shortcut.ShortcutsActivity -a START --es className WireGuardTunnelService --es tunnelName "<name>"
Describe the solution you'd like
Switch present in the settings.
Describe alternatives you've considered
I tried the official WireGuard app but it also comes with Intents disabled by default and on TV it's not possible to access settings at all 😕
Additional context
Could it be the limitation of the system?
AndroidTV 11
Kernel 5.4.210
What I currently see on the settings screen (nightly version)
The text was updated successfully, but these errors were encountered: