Add PROPERTY_IMS_REG_REQUIRED.

Bug: 5337311
Change-Id: Ic5f310f485b49b29385bc1427a1f156484896569
This commit is contained in:
Wink Saville
2011-09-19 14:27:09 -07:00
committed by The Android Automerger
parent 6d111c9b84
commit a48b9fa5aa

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