• Home
  • History
  • Annotate
  • only in /packages/apps/CarrierConfig/
NameDateSize

..11-Jun-20184 KiB

Android.mk11-Jun-2018441

AndroidManifest.xml11-Jun-2018651

assets/11-Jun-201828 KiB

proguard.flags11-Jun-201866

README11-Jun-2018618

res/11-Jun-20184 KiB

src/11-Jun-20184 KiB

tests/11-Jun-20184 KiB

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