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

Commit 1c0d94b8 authored by jsh's avatar jsh Committed by Android Git Automerger
Browse files

am 53793416: Merge change 24662 into eclair

Merge commit '53793416' into eclair-plus-aosp

* commit '53793416':
  Fix URI returned by IccProvider.
parents 316f3629 53793416
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/");