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

Fix Thunderbird not respecting PROCESS_TEXT action in the text selection toolbar #8780

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

akash0228
Copy link

Description

This PR addresses the issue where Thunderbird was not respecting the PROCESS_TEXT action in the text selection toolbar. I added the required <queries> section to the AndroidManifest.xml to ensure that the app properly handles the PROCESS_TEXT intent.

Changes:

  • Added the <queries> section in AndroidManifest.xml to allow processing of text through the PROCESS_TEXT action.
  • This change will allow Thunderbird to be recognized as a valid app for text selection and processing, enabling actions like translation to show in the system text selection toolbar.

Testing:

  • I tested the changes by selecting text within Thunderbird and confirming that the text selection toolbar now includes relevant actions.

Notes:

  • Ensure that your app can handle the PROCESS_TEXT action appropriately if additional handling is needed.
    translate

Fixes #8778

Copy link
Member

@cketti cketti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@cketti cketti merged commit 4a0a7a4 into thunderbird:main Feb 4, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thunderbird not respecting PROCESS_TEXT
2 participants