• Home
Name Date Size #Lines LOC

..--

assets/03-May-2024-6,3235,817

res/xml/03-May-2024-72

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

tests/03-May-2024-266180

Android.mkD03-May-2024441 1810

AndroidManifest.xmlD03-May-2024651 1715

READMED03-May-2024618 129

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.
8
9This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder.
10
11If you make changes to the XML files, run the unit tests to ensure they can still be parsed:
12    runtest carrierconfig-unit