diff options
| author | 2011-09-26 10:25:21 -0700 | |
|---|---|---|
| committer | 2011-09-26 10:25:21 -0700 | |
| commit | 2783e1ce7a9b2c82983223754228c06be6713a0f (patch) | |
| tree | 2b4df142024bc50597afdfac6402ec2e71f87487 | |
| parent | 48704d4962f2120c62726eaa8bc6ec2d8a71071d (diff) | |
| parent | 9e2cc044fd6605a84867f706748fa54a92c734b2 (diff) | |
Merge "Remove unused persist.radio.imsregrequired." into ics-factoryrom
| -rw-r--r-- | telephony/java/com/android/internal/telephony/TelephonyProperties.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/telephony/java/com/android/internal/telephony/TelephonyProperties.java b/telephony/java/com/android/internal/telephony/TelephonyProperties.java index 101dd55e4a79..abb45234dc8e 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -182,9 +182,4 @@ 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"; } |