[android-developers] JellyBean problem on Long click when context menu and android:autolink= "all"

2012-08-28 Thread Jason Sesso
It seems that you. Need to add the onlongclick method. I just did this recently. Ill get you an example in awhile. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com T

[android-developers] JellyBean problem on Long click when context menu and android:autolink= "all"

2012-08-28 Thread Sandy
I found a strange problem on Jelly bean android 4.1 version till android 4.0 its working fine .But in android 4.1 its creating problem.. below is my Activity ackage com.sample; import android.os.Bundle; import android.app.Activity; import android.text.util.Linkify; import android.view.ContextM