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

Commit 12f413d2 authored by jsh's avatar jsh
Browse files

Fix URI returned by IccProvider.

insert() had a typo in the URI it returned.

b/2113186
parent ebebf9c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -181,7 +181,7 @@ public class IccProvider extends ContentProvider {
            return null;
            return null;
        }
        }


        StringBuilder buf = new StringBuilder("content://im/");
        StringBuilder buf = new StringBuilder("content://icc/");
        switch (match) {
        switch (match) {
            case ADN:
            case ADN:
                buf.append("adn/");
                buf.append("adn/");