• Home
Name Date Size #Lines LOC

..--

assets/03-May-2024-4,8084,457

res/03-May-2024-358

src/com/android/carrierconfig/03-May-2024-400213

tests/03-May-2024-432323

Android.bpD03-May-2024423 1816

AndroidManifest.xmlD03-May-20241.3 KiB3417

CleanSpec.mkD03-May-20242.4 KiB533

OWNERSD03-May-202447 21

READMED03-May-20241 KiB1814

TEST_MAPPINGD03-May-202472 87

proguard.flagsD03-May-202466 21

README

1Default Carrier Config App
2==========================
3
4This app works as part of com.android.phone.CarrierConfigLoader to configure telephony features
5based on the subscriber's network. It replaced many XML resource overlays in frameworks/base and
6frameworks/opt/telephony. The current framework allows per-network configuration that uses
7CarrierIdentifier objects, rather than just mcc/mnc. per-network configuration files live in assets
8folder. Two ways to configure per-network configuration. Preferred way is
9carrier_config_carrierid_<carrierid>_<carriername>.xml
10AOSP carrier ID assignments can be found at
11https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/latest_carrier_id/carrier_list.textpb
12use carrier_config_mccmnc_<mccmnc>.xml only if there is no matching carrier id.
13
14This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder.
15
16If you make changes to the XML files, run the unit tests to ensure they can still be parsed:
17    runtest carrierconfig-unit
18