Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vvg9cu$faf$1@nnrp.usenet.blueworldhosting.com>
Deutsch   English   Français   Italiano  
<vvg9cu$faf$1@nnrp.usenet.blueworldhosting.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!news.misty.com!weretis.net!feeder9.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!nnrp.usenet.blueworldhosting.com!.POSTED!not-for-mail
From: Marion <marion@facts.com>
Newsgroups: alt.comp.software.firefox,comp.mobile.android
Subject: Re: Internet Shortcut
Date: Wed, 7 May 2025 18:39:27 -0000 (UTC)
Organization: BWH Usenet Archive (https://usenet.blueworldhosting.com)
Message-ID: <vvg9cu$faf$1@nnrp.usenet.blueworldhosting.com>
References: <vvbbfg$1d5pb$1@dont-email.me> <vvc8gr$2akbd$1@dont-email.me> <2v3pelxg3v.ln2@Telcontar.valinor> <vvcsvv$2sdgs$1@dont-email.me> <7bapelxto9.ln2@Telcontar.valinor> <vvd5cm$340q9$1@dont-email.me> <tkspelxjql.ln2@Telcontar.valinor> <vvet8o$pobp$1@dont-email.me> <6n0selx3dm.ln2@Telcontar.valinor>
Injection-Date: Wed, 7 May 2025 18:39:27 -0000 (UTC)
Injection-Info: nnrp.usenet.blueworldhosting.com;
	logging-data="15695"; mail-complaints-to="usenet@blueworldhosting.com"
User-Agent: Alan Baker insisted this line can not be changed
Cancel-Lock: sha1:3tvowVq1HPg07gob+U5IGicUkB8= sha256:xiq8hypZlMtY9EukakoT6XvJw6Seqjf7Ehg1PJA4ve4=
	sha1:H5f0Ai8301yrwHhJ+I44aXnRgZo= sha256:5nmsi/IXbou4CDlyg/OZRXV0n5OfkzL7HHJoBV4/sJc=
Bytes: 3577
Lines: 50

On Wed, 7 May 2025 14:36:22 +0200, Carlos E.R. wrote :


>> Can you drag-and-drop a shortcut there ?   I was not even aware of it.
> 
> Nono. Creating the shortcut in the phone uses a totally different 
> method. IIRC, it is a menu entry that does that.

Hi Carlos,

I haven't tried it for URL shorcuts but on Android, we "should" be able to
create an Intent with the URL opening up in Firefox being the intention.
 <https://developer.android.com/guide/components/intents-filters>

Oh, I just looked it up for the team. You can't choose the browser.
 Intent(Intent.ACTION_VIEW)
 Uri.parse(url)
 startActivity(browserIntent)
That will open up the URL in the default browser.

The Windows analogy to an Android Intent is similar to the action when you
doubleclick on a *.html file in Windows where it opens the default browser.

If you want to send the URL to a specific browser on Android, then I wrote
up a tutorial for that long ago using programs designed to do that task.

These are from my notes from a few years ago so caveat emptor.
 Shortcut To URL by Mio (free,adfree,rated 4.2)
 <https://play.google.com/store/apps/details?id=jp.miotti.ShortcutToURL>

 Shortcut Widgets by Hamed Nikbakht (free,adfree,gsffree,rated3.7)
 <https://play.google.com/store/apps/details?id=com.cemique.shortcutwidgets>
 
 Website Shortcut, by Deltac Development (free,adfree,gsffree,rated4.3)
 <https://play.google.com/store/apps/details?id=com.deltacdev.websiteshortcut>

What I had learned long after writing that tutorial was that if you delete
the shortcut-to-URL-creating programs above, then the shortcuts that you
made with that program all die. 

I found that out, by accident, when I wrote the tutorial for how to port
Android from one phone to another over USB without using the Internet,
where, for porting purposes, you need to take a couple extra steps to bring
over intact those web urls.

In summary, it's trivial on Android to create a one-tap shortcut that opens
up any desired web browser to any desired URL - you just have to know how.
-- 
F'up added Android newsgroup as my posts are research intensive, so the
energy invested is intended to illuminate & help very many others; but if
you feel you need to limit a reply to just the Firefox ng, I understand.