AI 144034: am: CL 144032 Added missing import to fix breakage caused by CL 144008.

Original author: bringert
  Merged from: //branches/donutburger/...

Automated import of CL 144034
This commit is contained in:
Bjorn Bringert
2009-04-02 09:16:44 -07:00
committed by The Android Open Source Project
parent 8ba88775fe
commit 3a184efa12

View File

@@ -19,6 +19,7 @@ package android.content;
import android.net.Uri;
import java.util.ArrayList;
import java.util.List;
import java.util.regex.Pattern;
/**