mozilla-mobile/android-components

[Bug] TransactionTooLargeException from "Open links in apps"

Mugurell opened this issue · 2 comments

Issue seen on Fenix - mozilla-mobile/fenix#27042
Seems like queryIntentActivities from AppLinksUseCases can throw this error.
Could not reproduce locally, the issue depends on the specific configuration of app and other installed apps on the device - with the functionality querying which of the currently installed apps have declared components with intent filters for the current url.

┆Issue is synchronized with this Jira Task

@Mugurell can we close this?

@Mugurell can we close this?

There is an open PR for catching the exception and avoid crashing - #12807.