diff options
| author | 2011-09-19 14:59:26 -0700 | |
|---|---|---|
| committer | 2011-09-19 14:59:26 -0700 | |
| commit | f946c282c2fbe851d6157ed34bbacabdff8f76ba (patch) | |
| tree | 3cffbca6e92850a1c09b884ffea8535b57606bd8 | |
| parent | 2c2ab5864f6037cebac5a4c73ec039f266d0dcfd (diff) | |
| parent | d34ed1660afb7385c80f377623e12299bab0fa4c (diff) | |
Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom
| -rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index abb45234dc8e..101dd55e4a79 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -182,4 +182,9 @@ public interface TelephonyProperties * in commercial configuration. */ static final String PROPERTY_TEST_CSIM = "persist.radio.test-csim"; + + /** + * Set to true to indicate a test ims registration required. + */ + static final String PROPERTY_IMS_REG_REQUIRED = "persist.radio.imsregrequired"; } |