README
1 Default Carrier Config App
2 ==========================
3
4 This app works as part of com.android.phone.CarrierConfigLoader to configure telephony features
5 based on the subscriber's network. It replaced many XML resource overlays in frameworks/base and
6 frameworks/opt/telephony. The current framework allows per-network configuration that uses
7 CarrierIdentifier objects, rather than just mcc/mnc.
8
9 This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder.
10
11 If you make changes to the XML files, run the unit tests to ensure they can still be parsed:
12 runtest carrierconfig-unit