commit | a6f46982893c49f2ebe9709d745959f8613d61b2 | [log] [tgz] |
---|---|---|
author | Dan Egnor <egnor@google.com> | Wed Nov 18 11:23:45 2009 -0800 |
committer | Dan Egnor <egnor@google.com> | Wed Nov 18 12:05:04 2009 -0800 |
tree | 869cc209a508d8d45655bb1940bf8ad6f4d97767 | |
parent | 526b33cda2d953230275796ff2b1db7f89ff3e94 [diff] |
Create android-common static library which gets included in frameworks.jar, but can also be used by unbundled apps. Move android.text.util.Regex there as a starting example, renamed to a more sensible (?) com.android.common.Patterns. Set up a corresponding test package, and move RegexTest (to PatternsTest). Update clients.