Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
assets/ | 23-Mar-2024 | - | 3,550 | 3,259 | ||
res/xml/ | 23-Mar-2024 | - | 7 | 2 | ||
src/com/android/carrierconfig/ | 23-Mar-2024 | - | 360 | 185 | ||
tests/ | 23-Mar-2024 | - | 424 | 316 | ||
Android.bp | D | 23-Mar-2024 | 385 | 15 | 14 | |
AndroidManifest.xml | D | 23-Mar-2024 | 1.3 KiB | 34 | 17 | |
CleanSpec.mk | D | 23-Mar-2024 | 2.4 KiB | 53 | 3 | |
OWNERS | D | 23-Mar-2024 | 273 | 15 | 14 | |
README | D | 23-Mar-2024 | 1 KiB | 18 | 14 | |
proguard.flags | D | 23-Mar-2024 | 66 | 2 | 1 |
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. per-network configuration files live in assets 8folder. Two ways to configure per-network configuration. Preferred way is 9carrier_config_carrierid_<carrierid>_<carriername>.xml 10AOSP carrier ID assignments can be found at 11https://android.googlesource.com/platform/packages/providers/TelephonyProvider/+/master/assets/latest_carrier_id/carrier_list.textpb 12use carrier_config_mccmnc_<mccmnc>.xml only if there is no matching carrier id. 13 14This app uses a CarrierIdentifier to read the appropriate config snippets from the assets folder. 15 16If you make changes to the XML files, run the unit tests to ensure they can still be parsed: 17 runtest carrierconfig-unit 18