I am having a TextView in a widget and i have set its link clickable to true the content of TextView is set by this code
CharSequence link = "http://www.google.com"; RemoteViews remoteViews = new RemoteViews(context.getPackageName(), R.layout.main); remoteViews.setTextViewText(R.id.TextView01,link); when i run the widget and click on the link the application forcecloses Help me out .... Thanks ... I WANT A LINK TO OPEN A WEB BROWSER IN MY WIDGET if there is some other way tell me thanks..... -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

