Fix Bixby launcher on Samsung devices#72
Merged
WSTxda merged 1 commit intoWSTxda:mainfrom Nov 20, 2025
Merged
Conversation
Owner
|
@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. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I only changed the
voiceInputActivitystring. That seemed to work for me with SwitchAI in debugging / testing. I'm not sure whatdefaultActivityis 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.