Migrate to TelephonyProvider new URI when query the current sim APN am: 7ea2a930be

am: f465b8039c

Change-Id: Ie5dca9884a51b12989505a4f60e9ae60c9fe4786
This commit is contained in:
calvinpan
2019-01-18 17:15:13 -08:00
committed by android-build-merger

View File

@@ -1535,7 +1535,7 @@ public class MmsUtils {
cursor = SqliteWrapper.query(
context,
resolver,
Telephony.Carriers.CONTENT_URI,
Telephony.Carriers.SIM_APN_URI,
TEST_CARRIERS_PROJECTION,
null/*selection*/,
null/*selectionArgs*/,