Home | History | Annotate | only in /packages/apps/CarrierConfig
Up to higher level directory
NameDateSize
Android.mk21-Aug-2018477
AndroidManifest.xml21-Aug-2018651
assets/21-Aug-2018
proguard.flags21-Aug-201866
README21-Aug-2018618
res/21-Aug-2018
src/21-Aug-2018
tests/21-Aug-2018

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