summaryrefslogtreecommitdiffstats
path: root/telephony
diff options
context:
space:
mode:
authorleozwang <leozwang@google.com>2015-03-02 09:23:44 -0800
committerleozwang <leozwang@google.com>2015-03-02 09:23:44 -0800
commit5e02fa95f7296d87e9493e60b481118a2f06c584 (patch)
tree24162c1f1a6022ddcc673d8aa6a518fc39ad3dbb /telephony
parent3062e57072145ba5e71ba8b2cf565d3453db04a7 (diff)
downloadframeworks_base-5e02fa95f7296d87e9493e60b481118a2f06c584.zip
frameworks_base-5e02fa95f7296d87e9493e60b481118a2f06c584.tar.gz
frameworks_base-5e02fa95f7296d87e9493e60b481118a2f06c584.tar.bz2
Remove PROPERTY_SIM_COUNT and "ro.telephony.sim.count"
These two defines are not being used anywhere. Change-Id: Ie08468b8be18bf1860627e644bbd984bd1c899f4
Diffstat (limited to 'telephony')
-rw-r--r--telephony/java/com/android/internal/telephony/TelephonyProperties.java5
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 c89208d..0fccfa5 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";
}