Get carrier_id attribute in apns-full-conf.xml

Get carrier_id attribute in apns-full-conf.xml

Bug: 120031619
Test: Carrier_id column in Telephony.db has the correct value.
Merged-In: I9f33348534a15b647e592f62a879652f2ac62093
Change-Id: I9f33348534a15b647e592f62a879652f2ac62093
(cherry picked from commit 3e05795eb93500e26121a39187cf7c3e97819857)
diff --git a/src/com/android/providers/telephony/TelephonyProvider.java b/src/com/android/providers/telephony/TelephonyProvider.java
index 1c71e00..0cf9689 100644
--- a/src/com/android/providers/telephony/TelephonyProvider.java
+++ b/src/com/android/providers/telephony/TelephonyProvider.java
@@ -1891,7 +1891,7 @@
             addIntAttribute(parser, "max_conns_time", map, TIME_LIMIT_FOR_MAX_CONNECTIONS);
             addIntAttribute(parser, "mtu", map, MTU);
             addIntAttribute(parser, "apn_set_id", map, APN_SET_ID);
-
+            addIntAttribute(parser, "carrier_id", map, CARRIER_ID);
 
             addBoolAttribute(parser, "carrier_enabled", map, CARRIER_ENABLED);
             addBoolAttribute(parser, "modem_cognitive", map, MODEM_PERSIST);