Check package's intent filters before sending a URL #32

Open
opened 2025-08-09 16:55:44 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @GoogleCodeExporter on 1/3/2016

E.g. new Google desktop maps URLs cannot be handled directly by the current 
version of Android Maps and should be sent to the browser instead of to the 
maps application.

When Maps can handle these URLs they will be declared in the intent filter.

So before sending the intent directly to maps, CtP should ensure that the 
intent filter would have caught the URL.

Original issue reported on code.google.com by fer...@google.com on 21 Nov 2013 at 6:34

*Originally created by @GoogleCodeExporter on 1/3/2016* ``` E.g. new Google desktop maps URLs cannot be handled directly by the current version of Android Maps and should be sent to the browser instead of to the maps application. When Maps can handle these URLs they will be declared in the intent filter. So before sending the intent directly to maps, CtP should ensure that the intent filter would have caught the URL. ``` Original issue reported on code.google.com by `fer...@google.com` on 21 Nov 2013 at 6:34
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fergalmoran/chrometophone#32
No description provided.