Merge "Add PROPERTY_IMS_REG_REQUIRED." into ics-factoryrom

This commit is contained in:
Wink Saville
2011-09-19 14:59:26 -07:00
committed by Android (Google) Code Review

View File

@@ -182,4 +182,9 @@ 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";
}