Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 001f0b31 authored by Roozbeh Pournader's avatar Roozbeh Pournader Committed by Android (Google) Code Review
Browse files

Merge "Document the limitations of Linkify addresses"

parents 47ed3195 1ff7196b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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;