diff options
| author | 2015-03-02 09:23:44 -0800 | |
|---|---|---|
| committer | 2015-03-02 09:23:44 -0800 | |
| commit | 5e02fa95f7296d87e9493e60b481118a2f06c584 (patch) | |
| tree | 24162c1f1a6022ddcc673d8aa6a518fc39ad3dbb | |
| parent | 3062e57072145ba5e71ba8b2cf565d3453db04a7 (diff) | |
Remove PROPERTY_SIM_COUNT and "ro.telephony.sim.count"
These two defines are not being used anywhere.
Change-Id: Ie08468b8be18bf1860627e644bbd984bd1c899f4
| -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"; } |