Merge change 24662 into eclair

* changes:
  Fix URI returned by IccProvider.
This commit is contained in:
Android (Google) Code Review
2009-09-14 20:30:43 -04:00

View File

@@ -181,7 +181,7 @@ public class IccProvider extends ContentProvider {
return null;
}
StringBuilder buf = new StringBuilder("content://im/");
StringBuilder buf = new StringBuilder("content://icc/");
switch (match) {
case ADN:
buf.append("adn/");