Re: Intent broken

2020-09-14 Thread Bob Achgill
_ 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

Re: Intent broken

2020-09-09 Thread Jan Henning
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

Re: Intent broken

2020-09-08 Thread Michael Comella
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