_
From: Jan Henning
Sent: Wednesday, September 9, 2020 2:37 AM
To: Michael Comella
Cc: Bob Achgill ; mobile-firefox-dev@mozilla.org
Subject: Re: Intent broken
If "local URL" / "local html web" means files stored on the device itself, the
more pressing problem will b
If "local URL" / "local html web" means files stored on the device
itself, the more pressing problem will be that Fenix currently doesn't
support opening local files _at all_ [3]. Depending on which Android OS
version you're talking about, on more recent Android versions you might
also run into
Hi Bob,
I believe that:
intent.component = ComponentName("org.mozilla.firefox",
"org.mozilla.firefox.App")
Should change to:
intent.component = ComponentName("org.mozilla.firefox",
"org.mozilla.fenix.IntentReceiverActivity")
Though I haven't tested this locally. We changed which activity recei
3 matches
Mail list logo