diff options
author | Wink Saville <wink@google.com> | 2011-09-26 10:27:16 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2011-09-26 10:27:16 -0700 |
commit | 972244251add94f9906ac5ab6b25dd441ea7d8db (patch) | |
tree | ef9c7cbfb38ee04113004cfcf6dec77c1864fd21 /telephony | |
parent | 8a663c89a3b5bda4e749a58d0434b130260eabb2 (diff) | |
parent | 2783e1ce7a9b2c82983223754228c06be6713a0f (diff) | |
download | frameworks_base-972244251add94f9906ac5ab6b25dd441ea7d8db.zip frameworks_base-972244251add94f9906ac5ab6b25dd441ea7d8db.tar.gz frameworks_base-972244251add94f9906ac5ab6b25dd441ea7d8db.tar.bz2 |
am 2783e1ce: Merge "Remove unused persist.radio.imsregrequired." into ics-factoryrom
* commit '2783e1ce7a9b2c82983223754228c06be6713a0f':
Remove unused persist.radio.imsregrequired.
Diffstat (limited to 'telephony')
-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 101dd55..abb4523 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"; } |