This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
[Bug] Firefox doesn't response from intent category CATEGORY_APP_BROWSER #16780
Labels
🐞 bug
Crashes, Something isn't working, ..
Feature:AndroidIntegration
S3
Blocks non-critical functionality and a work around exists
Comments
ilPikachu
added a commit
to ilPikachu/fenix
that referenced
this issue
Nov 30, 2020
… the HomeAcitivity. AppBrowserIntentProcessor coverts the intent action to ACTION_VIEW then utlizes TabIntentProcessor for processing. CloneFIlter was used when converting to ViewIntent because we don't want to change the origional intent as it will be used for analytics tracking. Closes mozilla-mobile#16780
3 tasks
ilPikachu
added a commit
to ilPikachu/fenix
that referenced
this issue
Nov 30, 2020
… the HomeAcitivity. Supports normal and private tabs AppBrowserIntentProcessor coverts the intent action to ACTION_VIEW then utlizes TabIntentProcessor for processing. CloneFIlter was used when converting to ViewIntent because we don't want to change the origional intent as it will be used for analytics tracking. Closes mozilla-mobile#16780
ilPikachu
added a commit
to ilPikachu/fenix
that referenced
this issue
Dec 1, 2020
… the HomeAcitivity. Supports normal and private tabs AppBrowserIntentProcessor coverts the intent action to ACTION_VIEW then utlizes TabIntentProcessor for processing. CloneFIlter was used when converting to ViewIntent because we don't want to change the origional intent as it will be used for analytics tracking. Closes mozilla-mobile#16780
ilPikachu
added a commit
to ilPikachu/fenix
that referenced
this issue
Dec 1, 2020
… the HomeAcitivity. Supports normal and private tabs AppBrowserIntentProcessor coverts the intent action to ACTION_VIEW then utlizes TabIntentProcessor for processing. CloneFIlter was used when converting to ViewIntent because we don't want to change the origional intent as it will be used for analytics tracking. Closes mozilla-mobile#16780
Support opening links from ACTION_MAIN Intents mozilla-mobile/android-components#9805 |
This was verified as fixed in #17963. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🐞 bug
Crashes, Something isn't working, ..
Feature:AndroidIntegration
S3
Blocks non-critical functionality and a work around exists
Steps to reproduce
In certain situations, developers need to send an intent to be opened in browsers only instead of using
ACTION_VIEW
. This is done by usingCATEGORY_APP_BROWSER
(API Doc) withmakeMainSelectorActivity
(API Doc)Currently, Chrome, Opera, Edge, and Brave handle this category.
This can be reproduced using the code blow:
Expected behavior
After sending the intent, we should expect firefox to be in the list of Browser that handles


CATEGORY_APP_BROWSER
, but it does not.Actual behavior

### Device information┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: