Guitar1145 / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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