How can I invoke Firefox Focus to open an URL from picker menu?
I'm trying to Firefox Focus automatically open an URL from picker menu in this way:
But unfurtunatilly I'm only achieving to open Firefox Focus main page.
I already have configured mimeinfo.cache and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop on this way.
mimeinfo.cache:
[MIME Cache]
text/html=open-url.desktop;harbour-webcat-open-url.desktop;
x-scheme-handler/http=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;
x-scheme-handler/https=open-url.desktop;apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop;harbour-webcat-open-url.desktop;microtube-url.desktop;
and apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.desktop:
[Desktop Entry]
Exec=apkd-launcher org.mozilla.focus.apk org.mozilla.focus/org.mozilla.focus.activity.MainActivity
Icon=/var/lib/apkd/apkd_launcher_org_mozilla_focus-org_mozilla_focus_activity_MainActivity.png
Name=Firefox Focus
Type=Application
Version=1.0
X-Nemo-Application-Type=no-invoker
X-Nemo-Single-Instance=no
X-apkd-apkfile=/home/.android/data/app//org.mozilla.focus.apk
X-apkd-packageName=org.mozilla.focus
NotShowIn=X-MeeGo;
MimeType=x-scheme-handler/http;x-scheme-handler/https;
Hidden=true;
But still still Firefox Focus can't manage URL's from picker menu. It only opens itself.
Is there any way that an Android webbrowser could take an URL an open it directly from picker menu?
Thanks in advance.