diff options
| author | 2015-03-02 20:13:16 +0000 | |
|---|---|---|
| committer | 2015-03-02 20:13:17 +0000 | |
| commit | 3aa50cb27587d8c94fffab9f293878ed31227d37 (patch) | |
| tree | e15a1cde884fafe2f2cb75135a31f7a53b9ad331 | |
| parent | 4b69ac70a1fa7a3bd4bb8b24efdaa6cf626c6853 (diff) | |
| parent | 5e02fa95f7296d87e9493e60b481118a2f06c584 (diff) | |
Merge "Remove PROPERTY_SIM_COUNT and "ro.telephony.sim.count""
| -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 c89208d5f3b3..0fccfa5fc7f7 100644 --- a/telephony/java/com/android/internal/telephony/TelephonyProperties.java +++ b/telephony/java/com/android/internal/telephony/TelephonyProperties.java @@ -204,9 +204,4 @@ public interface TelephonyProperties * Type: string ( default = silent, enable to = prompt ) */ static final String PROPERTY_MMS_TRANSACTION = "mms.transaction"; - - /** - * Set to the sim count. - */ - static final String PROPERTY_SIM_COUNT = "ro.telephony.sim.count"; } |