Loading core/java/android/text/util/Linkify.java +4 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,10 @@ public class Linkify { /** * Bit field indicating that street addresses should be matched in methods that * take an options mask * take an options mask. Note that this uses the * {@link android.webkit.WebView#findAddress(String) findAddress()} method in * {@link android.webkit.WebView} for finding addresses, which has various * limitations. */ public static final int MAP_ADDRESSES = 0x08; Loading Loading
core/java/android/text/util/Linkify.java +4 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,10 @@ public class Linkify { /** * Bit field indicating that street addresses should be matched in methods that * take an options mask * take an options mask. Note that this uses the * {@link android.webkit.WebView#findAddress(String) findAddress()} method in * {@link android.webkit.WebView} for finding addresses, which has various * limitations. */ public static final int MAP_ADDRESSES = 0x08; Loading