From a969dc4ea47051e6cd7f29fd91fd83924c749f0a Mon Sep 17 00:00:00 2001 From: Michael Chan Date: Wed, 3 Feb 2010 14:08:18 -0800 Subject: [PATCH] Unhiding Rfc822Tokenizer.tokenize(CharSequence text, Collection out) Note that Rfc822Tokenizer.tokenize(CharSequence text) is already in the SDK and it just wraps the version I am unhiding. Change-Id: I1ac3b405a04df960fc1e65ca4797d6f5adf85dc4 --- api/current.xml | 15 +++++++++++++++ core/java/android/text/util/Rfc822Tokenizer.java | 1 - 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/api/current.xml b/api/current.xml index ee1769fb87aa8..0893e4e78a60b 100644 --- a/api/current.xml +++ b/api/current.xml @@ -159352,6 +159352,21 @@ + + + + + + out) { StringBuilder name = new StringBuilder();