Loading...
Logo
Processing Forum
kasilas's Profile
1 Posts
3 Responses
0 Followers

Activity Trend

Last 30 days

Loading Chart...

Show:
Private Message
    A quick hopefully easy question. 
    Call you use the link() function in android mode. 
    If so how exactly?

    Calling it as one does in desktop mode, for example:

    link("www.google.com")

    causes this:

    FATAL EXCEPTION: Animation Thread
    android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=www.google.com 
    ...