Skip to content

Fix Bixby launcher on Samsung devices#72

Merged
WSTxda merged 1 commit intoWSTxda:mainfrom
terracotta004:main
Nov 20, 2025
Merged

Fix Bixby launcher on Samsung devices#72
WSTxda merged 1 commit intoWSTxda:mainfrom
terracotta004:main

Conversation

@terracotta004
Copy link
Contributor

I only changed the voiceInputActivity string. That seemed to work for me with SwitchAI in debugging / testing. I'm not sure what defaultActivity is for, and may also need to be changed based on your feedback / explanation. It didn't seem to affect anything in my tests. Also, voice activation for Bixby on my Samsung device works automatically independent of SwitchAI.

Happy to update with videos or screenshots if needed.

@WSTxda
Copy link
Owner

WSTxda commented Nov 20, 2025

@terracotta004 defaultActivity: this activity is used when voice input is disabled in the settings. if an application has a text input activity, it is added there.

when voice input is disabled, a standard input is enabled. this means it's working correctly. if you don't have a standard input and only have voice input, you can declare the same activity in both, and then we'll edit it when support is available.

@WSTxda WSTxda added the TODO Wait for me label Nov 20, 2025
@WSTxda WSTxda merged commit 7751de4 into WSTxda:main Nov 20, 2025
1 check passed
@terracotta004
Copy link
Contributor Author

Thanks @WSTxda — I made a new PR to set the same string for defaultActivity.

#75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TODO Wait for me

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants