Migrate to TelephonyProvider new URI when query the current sim APN

am: 7ea2a930be

Change-Id: If086c0216d9e5b38aceff01277b103b8d6a10ced
This commit is contained in:
calvinpan
2019-01-18 17:05:19 -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*/,