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

Commit c4c1cf37 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

Merge "DCT set up default before enterprise APN" am: 6428a56e

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1727412

Change-Id: Ic4694f4818884a95a2372c227be1e8c223f4c353
parents b6cd808f 6428a56e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4959,7 +4959,7 @@ public class CarrierConfigManager {
        sDefaults.putStringArray(KEY_MISSED_INCOMING_CALL_SMS_ORIGINATOR_STRING_ARRAY,
                new String[0]);
        sDefaults.putStringArray(KEY_APN_PRIORITY_STRING_ARRAY, new String[] {
                "default:0", "enterprise:1", "mms:2", "supl:2", "dun:2", "hipri:3", "fota:2",
                "enterprise:0", "default:1", "mms:2", "supl:2", "dun:2", "hipri:3", "fota:2",
                "ims:2", "cbs:2", "ia:2", "emergency:2", "mcx:3", "xcap:3"
        });
        sDefaults.putStringArray(KEY_MISSED_INCOMING_CALL_SMS_PATTERN_STRING_ARRAY, new String[0]);