• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

assets/22-Nov-2023-3,3723,109

res/xml/22-Nov-2023-72

src/com/android/carrierconfig/22-Nov-2023-259139

tests/22-Nov-2023-266180

.gitD01-Jan-19700

Android.mkD22-Nov-2023441 1810

AndroidManifest.xmlD22-Nov-2023651 1715

READMED22-Nov-2023618 129

proguard.flagsD22-Nov-202366 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