Home | History | Annotate | only in /packages/apps/CarrierConfig
Up to higher level directory
NameDateSize
Android.mk05-Oct-2017441
AndroidManifest.xml05-Oct-2017651
assets/05-Oct-2017
proguard.flags05-Oct-201766
README05-Oct-2017618
res/05-Oct-2017
src/05-Oct-2017
tests/05-Oct-2017

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