You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 99da0f2c72 pl286 release code 4 years ago
..
assets pl286 release code 4 years ago
res/xml pl286 release code 4 years ago
src/com/android/carrierconfig pl286 release code 4 years ago
tests pl286 release code 4 years ago
Android.mk pl286 release code 4 years ago
AndroidManifest.xml pl286 release code 4 years ago
README pl286 release code 4 years ago
proguard.flags pl286 release code 4 years ago

README

Default Carrier Config App
==========================

This app works as part of com.android.phone.CarrierConfigLoader to configure telephony features
based on the subscriber's network. It replaced many XML resource overlays in frameworks/base and
frameworks/opt/telephony. The current framework allows per-network configuration that uses
CarrierIdentifier objects, rather than just mcc/mnc.

This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder.

If you make changes to the XML files, run the unit tests to ensure they can still be parsed:
runtest carrierconfig-unit