Currently the application shows notifications only for URLs starting with http
as per:
http://code.google.com/p/chrometophone/source/browse/trunk/android/src/com/googl
e/android/apps/chrometophone/C2DMReceiver.java#83
Could this check be removed completely? LauncherUtils.getLaunchIntent() should
already take care of finding a correct app to launch the url with. In
particular, I'd like to see ssh:// URLs allowed.
What steps will reproduce the problem?
1. Send C2DM message with ssh://test as the URL
2. Receive OK from appengine
3. Wait for notification
What is the expected output? What do you see instead?
Notification should appear and open whatever app has registered SSH scheme.
Instead there's no notification at all.
Original issue reported on code.google.com by ma...@hiljanen.com on 19 May 2011 at 6:40
Original issue reported on code.google.com by
ma...@hiljanen.com
on 19 May 2011 at 6:40