Name Description Size Coverage
AssistIntentProcessor.kt Long pressing home button should also start a new search is set as the assist app. 1707 -
CrashReporterIntentProcessor.kt Process the [Intent] from [CrashReporter] through which the app is informed about recoverable native crashes. 2566 -
FennecBookmarkShortcutsIntentProcessor.kt Legacy processor for pinned websites shortcuts created by Fennec. https://developer.android.com/guide/topics/ui/shortcuts/creating-shortcuts#pinned 2236 -
HomeDeepLinkIntentProcessor.kt Deep links in the form of `fenix://host` open different parts of the app. 7622 -
HomeIntentProcessor.kt Processor for Android intents received in [org.mozilla.fenix.HomeActivity]. 940 -
OpenBrowserIntentProcessor.kt The [org.mozilla.fenix.IntentReceiverActivity] may set the [HomeActivity.OPEN_TO_BROWSER] flag when the browser should be opened in response to an intent. 1313 -
OpenPasswordManagerIntentProcessor.kt When the open password manager shortcut is tapped, Fenix should open to the logins list fragment. 1112 -
OpenRecentlyClosedIntentProcessor.kt Opens the "recently closed tabs" fragment when the user taps on a "synced tabs closed" notification. 1109 -
OpenSpecificTabIntentProcessor.kt When the media notification is clicked we need to switch to the tab where the audio/video is playing. This intent has the following informations: action - [AbstractMediaSessionService.Companion.ACTION_SWITCH_TAB] extra string for the tab id - [AbstractMediaSessionService.Companion.EXTRA_TAB_ID] 2021 -
SpeechProcessingIntentProcessor.kt The search widget has a microphone button to let users search with their voice. Once the search is complete then a new search should be started. 2632 -
StartSearchIntentProcessor.kt When the search widget is tapped and the user has been onboarded, Fenix should open directly to search. Tapping the private browsing mode launcher icon should also open to search. 3047 -