summaryrefslogtreecommitdiffstats
path: root/telephony/java/android
diff options
context:
space:
mode:
authorJonathan Basseri <misterikkit@google.com>2015-05-29 10:12:23 -0700
committerJonathan Basseri <misterikkit@google.com>2015-05-29 10:12:23 -0700
commit08e318e5868b4f21a95fd1b5e8b9659e2d830257 (patch)
treebb47559e925c3e847f4c13bf6db05e00d0950867 /telephony/java/android
parent165229ba417fd77ccbb4feb3bc3c664d2cac7ce5 (diff)
downloadframeworks_base-08e318e5868b4f21a95fd1b5e8b9659e2d830257.zip
frameworks_base-08e318e5868b4f21a95fd1b5e8b9659e2d830257.tar.gz
frameworks_base-08e318e5868b4f21a95fd1b5e8b9659e2d830257.tar.bz2
Document procedure for adding carrier config variables.
Readers of CarrierConfigManager.java should find enough info in the comments to add new variables and override them in either their own carrier app or the default carrier app. Change-Id: Ib1d87c24543491ad8b4ef0b1d08148a07fb1ace3
Diffstat (limited to 'telephony/java/android')
-rw-r--r--telephony/java/android/telephony/CarrierConfigManager.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/telephony/java/android/telephony/CarrierConfigManager.java b/telephony/java/android/telephony/CarrierConfigManager.java
index 7d39efc..a37cb3e 100644
--- a/telephony/java/android/telephony/CarrierConfigManager.java
+++ b/telephony/java/android/telephony/CarrierConfigManager.java
@@ -49,6 +49,10 @@ public class CarrierConfigManager {
public static final String
ACTION_CARRIER_CONFIG_CHANGED = "android.telephony.action.CARRIER_CONFIG_CHANGED";
+ // Below are the keys used in carrier config bundles. To add a new variable, define the key and
+ // give it a default value in sDefaults. If you need to ship a per-network override in the
+ // system image, that can be added in packages/apps/CarrierConfig.
+
/**
* Flag indicating whether the Phone app should ignore EVENT_SIM_NETWORK_LOCKED
* events from the Sim.