blob: c6432f003dce05ded1ebd9aea9234af290cdd6f3 [file] [log] [blame]
Jonathan Basseri80ae9d32015-06-18 10:01:59 -07001Default 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