Remove PROPERTY_SIM_COUNT and "ro.telephony.sim.count"

These two defines are not being used anywhere.

Change-Id: Ie08468b8be18bf1860627e644bbd984bd1c899f4
This commit is contained in:
leozwang
2015-03-02 09:23:44 -08:00
parent 3062e57072
commit 5e02fa95f7

View File

@ -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";
}