Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Shortcuts on Android TV #451

Closed
pedorich-n opened this issue Nov 20, 2024 · 1 comment
Closed

[FEATURE] - Shortcuts on Android TV #451

pedorich-n opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@pedorich-n
Copy link

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

Starting: Intent { act=START cmp=com.zaneschepke.wireguardautotunnel.nightly/com.zaneschepke.wireguardautotunnel.service.shortcut.ShortcutsActivity (has extras) }

Command 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)

image

@pedorich-n pedorich-n added the enhancement New feature or request label Nov 20, 2024
@pedorich-n
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants